diff --git a/typologiescenario_relaicapteur.py b/typologiescenario_relaicapteur.py index 5bc42a5..7a8f810 100644 --- a/typologiescenario_relaicapteur.py +++ b/typologiescenario_relaicapteur.py @@ -19,7 +19,7 @@ def Run (self, continuous, ems_consign): continuous 0 la typologie est en mode normal / 1 la typologie est en mode continu ems_consign 0 la typologie doit etre desactive (off) / 1 la typologie doit etre activée (ON) """ - device_demarrage = elfeconstant.USAGE_COMMUTER + device_demarrage = elfeconstant.USAGE_MESURE_ELEC_COMMUTER self.logger.info ("Get equipement_domotique type {0} for start".format(device_demarrage)) @@ -99,4 +99,4 @@ def Init (self, val): else: self.logger.warning ("Unknown device type {0} for typologie".format(device_demarrage)) - pass \ No newline at end of file + pass diff --git a/typologiescenario_relaicompteur.py b/typologiescenario_relaicompteur.py index f70bc68..de982e8 100644 --- a/typologiescenario_relaicompteur.py +++ b/typologiescenario_relaicompteur.py @@ -99,4 +99,4 @@ def Init (self, val): else: self.logger.warning ("Unknown device type {0} for typologie".format(device_demarrage)) - pass \ No newline at end of file + pass