From a2a61ce55a9ec866527c5c1bfd01a00fc19c0467 Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Wed, 5 Aug 2020 21:00:30 +0200 Subject: [PATCH] Quick fix for regression on `Power` command --- tasmota/xdrv_23_zigbee_6_commands.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/tasmota/xdrv_23_zigbee_6_commands.ino b/tasmota/xdrv_23_zigbee_6_commands.ino index 39da3049b..5197f26ea 100644 --- a/tasmota/xdrv_23_zigbee_6_commands.ino +++ b/tasmota/xdrv_23_zigbee_6_commands.ino @@ -84,6 +84,7 @@ const Z_CommandConverter Z_Commands[] PROGMEM = { { Z(RecallScene), 0x0005, 0x05, 0x01, Z(xxxxyy) }, { Z(GetSceneMembership),0x0005, 0x06, 0x01, Z(xxxx) }, // Light & Shutter commands + { Z(Power), 0x0006, 0xFF, 0x01, Z() }, // 0=Off, 1=On, 2=Toggle { Z(Power), 0x0006, 0x40, 0x81, Z(xxyy) }, // Power Off With Effect { Z(Power), 0x0006, 0x41, 0x81, Z() }, // Power On With Recall Global Scene { Z(Power), 0x0006, 0x42, 0x81, Z(xxyyyyzzzz) }, // Power On with Timed Off