mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
#618 Fix issue with wrong field getting sent to a method
This commit is contained in:
parent
ca497c8f47
commit
43297c0341
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ namespace PepperDash.Essentials.Core
|
|||
|
||||
RegisterCrestronGenericBase(_occSensor);
|
||||
|
||||
RegisterGlsOccupancySensorBaseController(OccSensor);
|
||||
RegisterGlsOccupancySensorBaseController(_occSensor);
|
||||
|
||||
AndWhenVacatedFeedback = new BoolFeedback(() => _occSensor.AndWhenVacatedFeedback.BoolValue);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue