#618 Fix issue with wrong field getting sent to a method

This commit is contained in:
Andrew Welker
2021-02-18 11:53:07 -07:00
parent ca497c8f47
commit 43297c0341

View File

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