Added lighting interfaces and base class

This commit is contained in:
Neil Dorin
2018-03-22 16:07:18 -06:00
parent 82fad55c1e
commit fb19b5894b
7 changed files with 109 additions and 3 deletions

View File

@@ -111,6 +111,8 @@
<Compile Include="Crestron IO\Relay\GenericRelayDevice.cs" />
<Compile Include="Devices\CodecInterfaces.cs" />
<Compile Include="Global\JobTimer.cs" />
<Compile Include="Lighting\Lighting Interfaces.cs" />
<Compile Include="Lighting\LightingBase.cs" />
<Compile Include="Ramps and Increments\ActionIncrementer.cs" />
<Compile Include="Comm and IR\CommFactory.cs" />
<Compile Include="Comm and IR\CommunicationExtras.cs" />