Moved Occupancy Sensors into PepperDash.Essentials.Core

Resolves #298
This commit is contained in:
Trevor Payne
2020-07-01 19:30:45 -05:00
parent 38ae5dcd2f
commit e705d2191a
11 changed files with 20 additions and 28 deletions

View File

@@ -17,7 +17,7 @@ using PepperDash.Essentials.Core.CrestronIO;
using PepperDash.Essentials.Devices.Common;
using PepperDash.Essentials.Devices.Common.DSP;
using PepperDash.Essentials.Devices.Common.VideoCodec;
using PepperDash.Essentials.Devices.Common.Occupancy;
using PepperDash.Essentials.Core;
using PepperDash.Essentials.Devices.Common.Environment;
namespace PepperDash.Essentials.Devices.Common