mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-13 19:54:59 +00:00
Merge pull request #622 from PepperDash/bugfix/occSensor-fixes
#618 Fix issue with wrong field getting sent to a method
This commit is contained in:
@@ -43,7 +43,7 @@ namespace PepperDash.Essentials.Core
|
|||||||
|
|
||||||
RegisterCrestronGenericBase(_occSensor);
|
RegisterCrestronGenericBase(_occSensor);
|
||||||
|
|
||||||
RegisterGlsOccupancySensorBaseController(OccSensor);
|
RegisterGlsOccupancySensorBaseController(_occSensor);
|
||||||
|
|
||||||
AndWhenVacatedFeedback = new BoolFeedback(() => _occSensor.AndWhenVacatedFeedback.BoolValue);
|
AndWhenVacatedFeedback = new BoolFeedback(() => _occSensor.AndWhenVacatedFeedback.BoolValue);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user