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 28, 2024
1 parent e9d4cbf commit 7489466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ JeedomPlatform.prototype.AccessoireCreateHomebridge = function(eqLogic) {
Serv.infos.HorTiltState = cmd2.HorTiltState;
} else if (cmd2.VerTiltState) {
Serv.infos.VerTiltState = cmd2.VerTiltState;
} else if(cmd.moving) {
} else if(cmd2.moving) {
Serv.infos.moving=cmd2.moving;
}
});
Expand Down Expand Up @@ -804,7 +804,7 @@ JeedomPlatform.prototype.AccessoireCreateHomebridge = function(eqLogic) {
Serv.actions.down = cmd2.down;
} else if (cmd2.slider) {
Serv.actions.slider = cmd2.slider;
} else if(cmd.moving) {
} else if(cmd2.moving) {
Serv.infos.moving=cmd2.moving;
}
});
Expand Down

0 comments on commit 7489466

Please sign in to comment.