mirror of https://github.com/arendst/Tasmota.git
Zigbee aqara switch, support for double/triple clicks
This commit is contained in:
parent
281cef6763
commit
fbe29e485b
|
@ -511,6 +511,7 @@ const Z_AttributeConverter Z_PostProcess[] PROGMEM = {
|
|||
|
||||
// On/off cluster
|
||||
{ 0x0006, 0x0000, "Power", &Z_Copy },
|
||||
{ 0x0006, 0x8000, "Power", &Z_Copy }, // See 7280
|
||||
|
||||
// On/Off Switch Configuration cluster
|
||||
{ 0x0007, 0x0000, "SwitchType", &Z_Copy },
|
||||
|
|
Loading…
Reference in New Issue