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