Closed Olivier6767 closed 1 year ago
Hello, Could you please add support for device type RGBWZ ?
I tested by editing the domoticz_accessory.js file and adding this test to the line 1788: || this.subType == "RGBWZ"
|| this.subType == "RGBWZ"
The device then works fine in Homekit.
Done - https://github.com/PatchworkBoy/homebridge-edomoticz/commit/b64c52f0992606cb66a690da572570e23731e99a
Hello, Could you please add support for device type RGBWZ ?
I tested by editing the domoticz_accessory.js file and adding this test to the line 1788:
|| this.subType == "RGBWZ"
The device then works fine in Homekit.