Releases: Feilner/homebridge-plc
Releases · Feilner/homebridge-plc
1.0.10
Support of push from PLC (#10) ## [1.0.10] - 2020-10-26 ### Added - **Push support** from the PLC to the homebridge-plc plug in by a http request - Poll support for all supported accessories. (Please inform me if one is not working as expected) ### Changed - Accessory `PLC_WindowCovering`, `PLC_Window` and `PLC_Door` need to define new option `forceCurrentPosition` to maintain current behaviour! ### Fixed - Accessory `PLC_GarageDoorOpener` add missing `get_LockCurrentState`
1.0.9
More polling (#9) ## [1.0.9] - 2020-10-21 ### Added - Accessory: `PLC_OccupancySensor`: Add polling to detect changes. New configuration `enablePolling` and `pollInterval` - Accessory: `PLC_MotionSensor`: Add polling to detect changes. New configuration `enablePolling` and `pollInterval` - Accessory: `PLC_ContactSensor` added. - Accessory: `PLC_TemperatureSensor` Add option `minValue`, `maxValue` `minStep` - Accessory: `PLC_HumiditySensor` Add option `minValue`, `maxValue` `minStep` - Accessory: `PLC_LightBulb` Add option `minValue`, `maxValue` `minStep` - Accessory: `PLC_Thermostat` Add option `minValue`, `maxValue` `minStep` and changed default setting ### Changed - Accessory `PLC_SecuritySystem` a set of target state will do a single get of target and current state