Skip to content

Commit

Permalink
Merge pull request #66 from alydersen/feature/add_relays
Browse files Browse the repository at this point in the history
Adding new relays
  • Loading branch information
alydersen authored May 23, 2023
2 parents a7a04a8 + 4961e40 commit fa47b76
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .homeychangelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,5 +193,8 @@
},
"1.2.0": {
"en": "More temperature sensors, Zone support for DALI and the granite touch panel"
},
"1.2.1": {
"en": "More relays added"
}
}
2 changes: 1 addition & 1 deletion .homeycompose/app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "com.github.alydersen.hdl-smartbus-homey",
"version": "1.2.0",
"version": "1.2.1",
"compatibility": ">=5.0.0",
"sdk": 3,
"name": {
Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"_comment": "This file is generated. Please edit .homeycompose/app.json instead.",
"id": "com.github.alydersen.hdl-smartbus-homey",
"version": "1.2.0",
"version": "1.2.1",
"compatibility": ">=5.0.0",
"sdk": 3,
"name": {
Expand Down
34 changes: 34 additions & 0 deletions hdl/hdl_devicelist.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,40 @@ class HdlTypelist {
"468": { type: "relay", channels: 6 },
"469": { type: "relay", channels: 4 },
"470": { type: "relay", channels: 6 },
"471": { type: "relay", channels: 12 },
"472": { type: "relay", channels: 12 },
"473": { type: "relay", channels: 4 },
"474": { type: "relay", channels: 8 },
"475": { type: "relay", channels: 12 },
"476": { type: "relay", channels: 4 },
"477": { type: "relay", channels: 8 },
"478": { type: "relay", channels: 4 },
"479": { type: "relay", channels: 8 },
"480": { type: "relay", channels: 12 },
"481": { type: "relay", channels: 4 },
"482": { type: "relay", channels: 8 },
"483": { type: "relay", channels: 12 },
"485": { type: "relay", channels: 12 },
"486": { type: "relay", channels: 8 },
"487": { type: "relay", channels: 4 },
"488": { type: "relay", channels: 8 },
"489": { type: "relay", channels: 12 },
"495": { type: "relay", channels: 8 },
"498": { type: "relay", channels: 8 },
"498": { type: "relay", channels: 8 },
"498": { type: "relay", channels: 8 },
"498": { type: "relay", channels: 8 },
"501": { type: "relay", channels: 3 },
"502": { type: "relay", channels: 4 },
"503": { type: "relay", channels: 8 },
"504": { type: "relay", channels: 12 },
"505": { type: "relay", channels: 4 },
"506": { type: "relay", channels: 8 },
"507": { type: "relay", channels: 6 },
"512": { type: "relay", channels: 12 },
"513": { type: "relay", channels: 4 },
"514": { type: "relay", channels: 8 },
"515": { type: "relay", channels: 12 },
"600": { type: "dimmer", channels: 6, zones: 0 },
"601": { type: "dimmer", channels: 4, zones: 0 },
"602": { type: "dimmer", channels: 2, zones: 0 },
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.github.alydersen.homey-smartbus",
"version": "1.2.0",
"version": "1.2.1",
"main": "app.js",
"devDependencies": {
"@types/homey": "npm:homey-apps-sdk-v3-types@^0.3.1"
Expand Down

0 comments on commit fa47b76

Please sign in to comment.