Releases: deconz-community/node-red-contrib-deconz
Releases · deconz-community/node-red-contrib-deconz
V2.3.3
Fixed
- Fix HomeKit value translation for inverted range. (#196) @Zehir
V2.3.2
Added
- Added HomeKit attribute Position State for windows cover. @Zehir
Changed
- Removed invalid HomeKit attributes ContactSensorState and On for windows cover. @Zehir
Fixed
- Fix loading of default values for api node. @Zehir
V2.3.1
Fixed
- Add missing HomeKit conversion for Windows cover attributes. (#196) @Zehir
V2.3.0
Added
- Scenes call target for Custom commands. (#184) @Zehir
- Api node for sending commands to the bridge. (#193) @Zehir
Fixed
V2.2.1
Fixed
- Display error when trying to load a device list with an undeployed server configuration node. @Zehir
- Make sure that the default scene call mode is single. (#190) @Zehir
- Fix scene picker loading on undeployed server node. (#190) @Zehir
V2.2.0
Added
- Dynamic scene call, you can now call a scene from the device selection and the scene name. (#184) @Zehir
Fixed
- Cleanup status on requests errors. (#185) @Zehir
- Do not display device not set if commands have only scene call. (#186) @Zehir
V2.1.3
Fixed
- Fix error msg for device with no color. (#182) @Zehir
- Fix input node displaying incorrect status. @Zehir
V2.1.2
Fixed
- Fix formatting value of ContactSensorState for HomeKit. (#180) @WildPhilippAppeared
V2.1.1
Fixed
- Fix tests of configuration migration. @Zehir
V2.1.0
Added
HomeKit format
- You can now select which characteristics you want in the payload. @Zehir
- Initial support for ZHAThermostat. Can be used with Heater Cooler or Thermostat. @Zehir
Changed
HomeKit format
- Rework HomeKit attributes handling. @Zehir
- The characteristics 'Hue', 'Saturation' and 'ColorTemperature' are now only added if the colormode of the light is '
hs' or 'ct'. @Zehir
Fixed
- Fix add button now showing up in NR 1.2.9 on the Output rules and Commands. @Zehir