mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Room off timing on spark room; debug on load failures; testing on occ sensor and mics
This commit is contained in:
parent
f83e64ee7e
commit
32b548eba0
8 changed files with 37 additions and 21 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue