Merge pull request #7284 from s-hadinger/zigbee_aqara_switch

Zigbee aqara switch, support for double/triple clicks
This commit is contained in:
Theo Arends 2019-12-21 19:18:28 +01:00 committed by GitHub
commit 7d97a5fcd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 },