Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
NebzHB authored Jan 20, 2024
1 parent 0a28971 commit f33f6a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,9 @@ JeedomPlatform.prototype.AccessoireCreateHomebridge = function(eqLogic) {
Serv.actions={};
Serv.infos={};
Serv.infos.state=cmd.state;

if(cmd.moving) {
Serv.infos.moving=cmd.moving;
}
eqServicesCopy.windowMoto.forEach(function(cmd2) {
if (cmd2.up) {
Serv.actions.up = cmd2.up;
Expand Down

0 comments on commit f33f6a2

Please sign in to comment.