Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Energies-citoyennes-en-Pays-de-Vi…
Browse files Browse the repository at this point in the history
…laine/commande
  • Loading branch information
crocsg committed Jul 19, 2023
2 parents 166af7d + 9ae97b9 commit 2f78aea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions typologiescenario_relaicapteur.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down Expand Up @@ -99,4 +99,4 @@ def Init (self, val):

else:
self.logger.warning ("Unknown device type {0} for typologie".format(device_demarrage))
pass
pass
2 changes: 1 addition & 1 deletion typologiescenario_relaicompteur.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ def Init (self, val):

else:
self.logger.warning ("Unknown device type {0} for typologie".format(device_demarrage))
pass
pass

0 comments on commit 2f78aea

Please sign in to comment.