From 2cf5652cd1985a8556450e7b331c20104f176cf5 Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Wed, 23 Dec 2020 18:10:12 +0100 Subject: [PATCH] Zigbee fix type for OppleMode --- tasmota/xdrv_23_zigbee_5_converters.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/xdrv_23_zigbee_5_converters.ino b/tasmota/xdrv_23_zigbee_5_converters.ino index d2a1c328f..06c59ece8 100644 --- a/tasmota/xdrv_23_zigbee_5_converters.ino +++ b/tasmota/xdrv_23_zigbee_5_converters.ino @@ -642,7 +642,7 @@ const Z_AttributeConverter Z_PostProcess[] PROGMEM = { { Ztuya4, CxEF00, 0x046F, Z_(TuyaWeekSelect), Cm1, 0 }, // Aqara Opple spacific - { Zbool, CxFCC0, 0x0009, Z_(OppleMode), Cm1, 0 }, + { Zuint8, CxFCC0, 0x0009, Z_(OppleMode), Cm1, 0 }, // Terncy specific - 0xFCCC { Zuint16, CxFCCC, 0x001A, Z_(TerncyDuration), Cm1, 0 },