Skip to content

Commit

Permalink
opeState is an arry
Browse files Browse the repository at this point in the history
  • Loading branch information
raintonr committed Feb 25, 2021
1 parent b293b96 commit 237460e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/plugins/loxone/loxone.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,10 @@ class Loxone {
[id]: {
online: true,
status: 'SUCCESS',
openState: {
openState: [{
openPercent: 100 - position.val,
openDirection: 'UP',
},
}],
isRunning: isRunning
}
};
Expand Down

0 comments on commit 237460e

Please sign in to comment.