Skip to content

Commit

Permalink
Merge pull request #69 from alydersen/chore/updates
Browse files Browse the repository at this point in the history
Adding a couple of units and removing donate options
  • Loading branch information
alydersen authored Mar 10, 2024
2 parents fa47b76 + 0556ac0 commit f89c168
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 70 deletions.
9 changes: 1 addition & 8 deletions .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.1",
"version": "1.2.2",
"compatibility": ">=5.0.0",
"sdk": 3,
"name": {
Expand Down Expand Up @@ -50,12 +50,5 @@
"bugs": {
"url": "https://github.com/alydersen/hdl-smartbus-homey/issues"
},
"contributing": {
"donate": {
"paypal": {
"username": "alydersen"
}
}
},
"source": "https://github.com/alydersen/hdl-smartbus-homey"
}
9 changes: 1 addition & 8 deletions 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.1",
"version": "1.2.2",
"compatibility": ">=5.0.0",
"sdk": 3,
"name": {
Expand Down Expand Up @@ -51,13 +51,6 @@
"bugs": {
"url": "https://github.com/alydersen/hdl-smartbus-homey/issues"
},
"contributing": {
"donate": {
"paypal": {
"username": "alydersen"
}
}
},
"source": "https://github.com/alydersen/hdl-smartbus-homey",
"drivers": [
{
Expand Down
5 changes: 5 additions & 0 deletions hdl/hdl_devicelist.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,14 @@ class HdlTypelist {
"43": { type: "dimmer", channels: 64, zones: 0 },
"48": { type: "panel" },
"49": { type: "panel" },
"84": { type: "panel" },
"124": { type: "tempsensor", channels: 2 },
"134": { type: "tempsensor", channels: 4 },
"149": { type: "panel" },
"150": { type: "relay", channels: 12 },
"151": { type: "relay", channels: 24 },
"152": { type: "relay", channels: 6 },
"153": { type: "relay", channels: 4 },
"154": { type: "panel" },
"155": { type: "panel" },
"156": { type: "panel" },
Expand Down
62 changes: 9 additions & 53 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.1",
"version": "1.2.2",
"main": "app.js",
"devDependencies": {
"@types/homey": "npm:homey-apps-sdk-v3-types@^0.3.1"
Expand Down

0 comments on commit f89c168

Please sign in to comment.