Skip to content

Commit

Permalink
feat(devices): add switches from Hue (99999960) #138
Browse files Browse the repository at this point in the history
  • Loading branch information
bombadiltom committed Dec 4, 2023
1 parent 12c584d commit 62cfcd7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog

## 0.10.9
### add switches from Hue (99999960)

## 0.10.8
### add door sensor 14771002

Expand Down
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -134,7 +134,7 @@ function RademacherHomePilot(log, config, api) {
}
}
// lock/switch
else if(["35000262","35001164","32501972","32501972_A"].includes(data.deviceNumber))
else if(["35000262","35001164","32501972","32501972_A","99999960"].includes(data.deviceNumber))
{
// icon = "Schließkontakt" ? => lock
if (data.iconSet.k.includes("iconset27")){
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "homebridge-rademacher-homepilot",
"version": "0.10.8",
"version": "0.10.9",
"description": "rademacher homepilot plugin for homebridge: https://github.com/bombadiltom/homebridge-rademacher-homepilot",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 62cfcd7

Please sign in to comment.