Skip to content

Commit

Permalink
fix(config): treat Basic Set as events for TKB TZ35/55 S/D
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Oct 9, 2023
1 parent cf1d9c6 commit fc93b80
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 fc93b80

Please sign in to comment.