From bb2e5f6a9a65cc02fc0610433ca30f9eada6668a Mon Sep 17 00:00:00 2001 From: Andreas Lydersen Date: Tue, 23 May 2023 13:42:12 +0200 Subject: [PATCH 1/2] Adding new relays --- hdl/hdl_devicelist.js | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/hdl/hdl_devicelist.js b/hdl/hdl_devicelist.js index df2d0fb..e9ff9ed 100644 --- a/hdl/hdl_devicelist.js +++ b/hdl/hdl_devicelist.js @@ -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 }, From 4961e4012a33fac515265d919e6473e9597d0b1e Mon Sep 17 00:00:00 2001 From: Andreas Lydersen Date: Tue, 23 May 2023 13:44:26 +0200 Subject: [PATCH 2/2] Bump version to 1.2.1 --- .homeychangelog.json | 3 +++ .homeycompose/app.json | 2 +- app.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.homeychangelog.json b/.homeychangelog.json index c1b9ecc..ca24bfd 100644 --- a/.homeychangelog.json +++ b/.homeychangelog.json @@ -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" } } diff --git a/.homeycompose/app.json b/.homeycompose/app.json index 58233d3..0d7016f 100644 --- a/.homeycompose/app.json +++ b/.homeycompose/app.json @@ -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": { diff --git a/app.json b/app.json index e03c0fa..da9189b 100644 --- a/app.json +++ b/app.json @@ -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": { diff --git a/package-lock.json b/package-lock.json index 5e077c1..ec52ec3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "com.github.alydersen.homey-smartbus", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "com.github.alydersen.homey-smartbus", - "version": "1.2.0", + "version": "1.2.1", "dependencies": { "smart-bus": "^0.6.0" }, diff --git a/package.json b/package.json index 87db507..6b0f166 100644 --- a/package.json +++ b/package.json @@ -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"