Skip to content

Commit

Permalink
Merge pull request #50 from alydersen/chore/add_mini_sensor
Browse files Browse the repository at this point in the history
Adding support for MSP02.4C sensors
  • Loading branch information
alydersen authored Nov 22, 2022
2 parents 711671b + 02c639f commit 76b8b12
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .homeychangelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,5 +169,8 @@
},
"1.0.5": {
"en": "Refactoring value checks and fixed ug in multisensor lux, temperature and movement"
},
"1.0.6": {
"en": "Adding support for MSP02.4C motion and lux-sensors"
}
}
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.0.5",
"version": "1.0.6",
"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.0.5",
"version": "1.0.6",
"compatibility": ">=5.0.0",
"sdk": 3,
"name": {
Expand Down
6 changes: 6 additions & 0 deletions hdl/hdl_devicelist.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,19 @@ class HdlTypelist {
"318": { type: "multisensor", main_capability: "alarm_motion", exclude: []},
"321": { type: "multisensor", main_capability: "alarm_motion", exclude: []},
"322": { type: "multisensor", main_capability: "alarm_motion", exclude: []},
"323": { type: "multisensor", main_capability: "alarm_motion", exclude: ["measure_humidity", "measure_temperature"]},
"327": { type: "multisensor", main_capability: "alarm_motion", exclude: ["measure_humidity", "measure_temperature"]},
"328": { type: "multisensor", main_capability: "alarm_motion", exclude: []},
"329": { type: "multisensor", main_capability: "alarm_motion", exclude: []},
"330": { type: "multisensor", main_capability: "alarm_motion", exclude: []},
"334": { type: "multisensor", main_capability: "alarm_motion", exclude: ["measure_humidity", "measure_temperature"]},
"336": { type: "multisensor", main_capability: "alarm_motion", exclude: []},
"337": { type: "multisensor", main_capability: "alarm_motion", exclude: []},
"328": { type: "multisensor", main_capability: "alarm_motion", exclude: ["measure_humidity", "measure_temperature"]},
"340": { type: "multisensor", main_capability: "alarm_motion", exclude: []},
"341": { type: "multisensor", main_capability: "alarm_motion", exclude: ["measure_humidity", "measure_temperature"]},
"363": { type: "relay", channels: 6 },
"372": { type: "multisensor", main_capability: "alarm_motion", exclude: ["measure_humidity", "measure_temperature"]},
"423": { type: "relay", channels: 4 },
"425": { type: "relay", channels: 6 },
"426": { type: "relay", channels: 6 },
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.0.5",
"version": "1.0.6",
"main": "app.js",
"devDependencies": {
"@types/homey": "npm:homey-apps-sdk-v3-types@^0.3.1"
Expand Down

0 comments on commit 76b8b12

Please sign in to comment.