Skip to content

Commit

Permalink
fix(config): treat Basic Set as events for TKB TZ35/55 S/D (#6381)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone authored Oct 9, 2023
1 parent aa36cb7 commit 47de2bf
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manufacturer": "TKB Home",
"manufacturerId": "0x0118",
"label": "TZ55S",
"description": "Single Paddle Wall Dimmer",
"label": "TZ35S / TZ35D / TZ55S / TZ55D",
"description": "Single/Dual Paddle Wall Dimmer",
"devices": [
{
"productType": "0x0808",
Expand Down Expand Up @@ -97,5 +97,9 @@
}
]
}
]
],
"compat": {
// The right paddle sends its status via Basic Set commands
"treatBasicSetAsEvent": true
}
}

0 comments on commit 47de2bf

Please sign in to comment.