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 30, 2024
1 parent 1349707 commit fc53809
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 @@ -5130,7 +5130,7 @@ JeedomPlatform.prototype.command = function(action, value, service) {
}
found = true;
cmdFound=cmd.generic_type;
needToTemporize=500;
needToTemporize=0;
}
break;
case 'FLAP_HOR_TILT_SLIDER' :
Expand Down Expand Up @@ -5160,7 +5160,7 @@ JeedomPlatform.prototype.command = function(action, value, service) {
// brightness up to 100% in homekit, in Jeedom (Zwave) up to 99 max. Convert to Zwave
found = true;
cmdFound=cmd.generic_type;
needToTemporize=500;
needToTemporize=0;
}
break;
case 'GB_OPEN' :
Expand Down

0 comments on commit fc53809

Please sign in to comment.