Skip to content

Releases: Feilner/homebridge-plc

1.0.10

31 Oct 10:53
b9c336b

Choose a tag to compare

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

31 Oct 10:54
06db692

Choose a tag to compare

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

1.0.8

31 Oct 10:55

Choose a tag to compare

PLC_MotionSensor was not functional