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

@@ -13,7 +13,7 @@ using PepperDash.Essentials.Core.Config;
using PepperDash.Essentials.Core.Routing;
using PepperDash.Essentials.Devices.Common.Cameras;
using PepperDash.Essentials.Devices.Common.Codec;
using PepperDash.Essentials.Devices.Common.Occupancy;
using PepperDash.Essentials.Core;
using PepperDash.Essentials.Devices.Common.VideoCodec;
namespace PepperDash.Essentials.Devices.Common.VideoCodec.Cisco