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

@@ -120,8 +120,8 @@
<Compile Include="DSP\PolycomSoundStructure\SoundStructureBasics.cs" />
<Compile Include="Factory\DeviceFactory.cs" />
<Compile Include="Generic\GenericSource.cs" />
<Compile Include="MIcrophone\MicrophonePrivacyController.cs" />
<Compile Include="MIcrophone\MicrophonePrivacyControllerConfig.cs" />
<Compile Include="Microphone\MicrophonePrivacyController.cs" />
<Compile Include="Microphone\MicrophonePrivacyControllerConfig.cs" />
<Compile Include="Occupancy\EssentialsGlsOccupancySensorBaseController.cs" />
<Compile Include="Occupancy\EssentialsOccupancyAggregator.cs" />
<Compile Include="Occupancy\iOccupancyStatusProvider.cs" />