From 8af7f65c590469b9be42ca8c0d4d36fc0b5e4051 Mon Sep 17 00:00:00 2001 From: Jaxom99 <30865395+Jaxom99@users.noreply.github.com> Date: Thu, 29 Jun 2023 13:14:51 +0200 Subject: [PATCH 1/3] Update typologiescenario_relaicompteur.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Usage de l’équipement domotique corrigé de USAGE_COMMUTER à USAGE_MESURE_ELEC_COMMUTER --- typologiescenario_relaicompteur.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/typologiescenario_relaicompteur.py b/typologiescenario_relaicompteur.py index c7fe9fa..2b1041b 100644 --- a/typologiescenario_relaicompteur.py +++ b/typologiescenario_relaicompteur.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 From c9c3c3e1b868d9756c0b03c520b25972f001c063 Mon Sep 17 00:00:00 2001 From: Jaxom99 <30865395+Jaxom99@users.noreply.github.com> Date: Thu, 29 Jun 2023 13:18:50 +0200 Subject: [PATCH 2/3] Update typologiescenario_relaicapteur.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Correction usage équipement domotique --- typologiescenario_relaicapteur.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/typologiescenario_relaicapteur.py b/typologiescenario_relaicapteur.py index 64e5a51..4429a13 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 From 9ae97b9dbd863cca26a8029602f456b2b662885c Mon Sep 17 00:00:00 2001 From: Jaxom99 <30865395+Jaxom99@users.noreply.github.com> Date: Thu, 29 Jun 2023 13:19:24 +0200 Subject: [PATCH 3/3] Update typologiescenario_relaicompteur.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit revert usage équipement domotique --- typologiescenario_relaicompteur.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typologiescenario_relaicompteur.py b/typologiescenario_relaicompteur.py index 2b1041b..b82a036 100644 --- a/typologiescenario_relaicompteur.py +++ b/typologiescenario_relaicompteur.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_MESURE_ELEC_COMMUTER + device_demarrage = elfeconstant.USAGE_COMMUTER self.logger.info ("Get equipement_domotique type {0} for start".format(device_demarrage))