Room off timing on spark room; debug on load failures; testing on occ sensor and mics

This commit is contained in:
Heath Volmer
2018-01-18 14:35:39 -07:00
parent f83e64ee7e
commit 32b548eba0
8 changed files with 37 additions and 21 deletions

View File

@@ -28,6 +28,7 @@ namespace PepperDash.Essentials.Devices.Common.Occupancy
: base(key, name, sensor)
{
OccSensor = sensor;
RoomIsOccupiedFeedback = new BoolFeedback(RoomIsOccupiedFeedbackFunc);
OccSensor.GlsOccupancySensorChange += new GlsOccupancySensorChangeEventHandler(sensor_GlsOccupancySensorChange);
}