Skip to content

Commit

Permalink
Add sir321 driver
Browse files Browse the repository at this point in the history
  • Loading branch information
hankolsen committed Nov 3, 2022
1 parent 30ae41c commit 0da46e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -448,10 +448,6 @@
"connectivity": [
"zwave"
],
"images": {
"small": "/drivers/sir321/assets/images/small.png",
"large": "/drivers/sir321/assets/images/large.png"
},
"zwave": {
"manufacturerId": 89,
"productTypeId": [
Expand Down
4 changes: 4 additions & 0 deletions drivers/sir321/driver.compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"class": "socket",
"capabilities": ["onoff", "measure_temperature"],
"connectivity": ["zwave"],
"images": {
"small": "{{driverAssetsPath}}/images/small.jpg",
"large": "{{driverAssetsPath}}/images/large.jpg"
},
"zwave": {
"manufacturerId": 89,
"productTypeId": [16],
Expand Down

0 comments on commit 0da46e9

Please sign in to comment.