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:
Neil Dorin
2021-02-18 12:10:29 -07:00
committed by GitHub

View File

@@ -43,7 +43,7 @@ namespace PepperDash.Essentials.Core
RegisterCrestronGenericBase(_occSensor);
RegisterGlsOccupancySensorBaseController(OccSensor);
RegisterGlsOccupancySensorBaseController(_occSensor);
AndWhenVacatedFeedback = new BoolFeedback(() => _occSensor.AndWhenVacatedFeedback.BoolValue);