Skip to content

Commit

Permalink
fixes JohanBendz#770, MHCOZY 2-channel relay switch _TZ3000_ruldv5dt …
Browse files Browse the repository at this point in the history
…/ TS0002
  • Loading branch information
mech78 committed Dec 8, 2024
1 parent 2b38c9e commit 34e8f73
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,7 @@ Supported devices:

- 2 Channel Relay Board
_TZ3000_nuenzetq / TS0002
_TZ3000_ruldv5dt / TS0002

- 4 Channel Relay Board
_TZ3000_hdlpifbk / TS0004
Expand Down
3 changes: 2 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -5570,7 +5570,8 @@
},
"zigbee": {
"manufacturerName": [
"_TZ3000_nuenzetq"
"_TZ3000_nuenzetq",
"_TZ3000_ruldv5dt"
],
"productId": [
"TS0002"
Expand Down
3 changes: 2 additions & 1 deletion drivers/relay_board_2_channel/driver.compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
},
"zigbee": {
"manufacturerName": [
"_TZ3000_nuenzetq"
"_TZ3000_nuenzetq",
"_TZ3000_ruldv5dt"
],
"productId": [
"TS0002"
Expand Down

0 comments on commit 34e8f73

Please sign in to comment.