From 45ae72e486caea49e60e5b05ff5def64fe2fcfcb Mon Sep 17 00:00:00 2001 From: Chrischi- Date: Wed, 27 Feb 2019 10:47:14 +0100 Subject: [PATCH] fixed thermostat_setpoint_raise_lower setpoint_raise_lower is client-to-server only. There is no need for a "get". To get the setpoint use: occupied_heating_setpoint or unoccupied_heating_setpoint --- converters/toZigbee.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/converters/toZigbee.js b/converters/toZigbee.js index b8864ed9f4144..60afb12f49ad3 100644 --- a/converters/toZigbee.js +++ b/converters/toZigbee.js @@ -604,14 +604,6 @@ const converters = { }, cfg: cfg.default, }; - } else if (type === 'get') { - return { - cid: cid, - cmd: 'read', - cmdType: 'foundation', - zclData: [{attrId: zclId.attr(cid, attrId).value}], - cfg: cfg.default, - }; } }, },