diff --git a/lib/jeedom-api.js b/lib/jeedom-api.js index f31c6c4..ea21d50 100755 --- a/lib/jeedom-api.js +++ b/lib/jeedom-api.js @@ -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; @@ -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);