Skip to content

Commit

Permalink
Update jeedom-api.js
Browse files Browse the repository at this point in the history
  • Loading branch information
NebzHB authored Jan 29, 2024
1 parent 30fe50c commit c29b5cf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/jeedom-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -606,9 +606,6 @@ JeedomClient.prototype.ParseGenericType = function(EqLogic, cmds) {
case 'FLAP_STOP' :
initServ(result_cmd,'flap','stop',cmd);
break;
case 'FLAP_MOVING' :
initServ(result_cmd,'flap','moving',cmd);
break;
case 'FLAP_HOR_TILT_STATE' :
initServ(result_cmd,'flap','HorTiltState',cmd);
break;
Expand All @@ -634,9 +631,6 @@ JeedomClient.prototype.ParseGenericType = function(EqLogic, cmds) {
case 'WINDOW_SLIDER' :
initServ(result_cmd,'windowMoto','slider',cmd);
break;
case 'WINDOW_MOVING' :
initServ(result_cmd,'windowMoto','moving',cmd);
break;
/** ************* THERMOSTAT ***********************/
case 'THERMOSTAT_STATE' :
initServ(result_cmd,'thermostat','state',cmd);
Expand Down

0 comments on commit c29b5cf

Please sign in to comment.