Skip to content

Commit

Permalink
add 32501972 as blinds which fixes #76
Browse files Browse the repository at this point in the history
  • Loading branch information
bombadiltom committed Jan 31, 2021
1 parent 6c133d9 commit 037d404
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function RademacherHomePilot(log, config, api) {
var accessory = self.accessories[uuid];

// blinds
if(["27601565","35000864","14234511","35000662","36500172","36500572_A","16234511_A","16234511_S","45059071","31500162","23602075","32000064","32000064_A"].includes(data.deviceNumber))
if(["27601565","35000864","14234511","35000662","36500172","36500572_A","16234511_A","16234511_S","45059071","31500162","23602075","32000064","32000064_A","32501972"].includes(data.deviceNumber))
{
if (accessory === undefined) {
self.addBlindsAccessory(data);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-rademacher-homepilot",
"version": "0.6.5",
"version": "0.6.6",
"description": "rademacher homepilot plugin for homebridge: https://github.com/bombadiltom/homebridge-rademacher-homepilot",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 037d404

Please sign in to comment.