Index: leahi_dialin/td/modules/valves.py =================================================================== diff -u -rfc99e89f17c6c06ee5b783d92eabf405de39abf9 -r71216b08590dd4b556c10b3384dddc26c8d29a99 --- leahi_dialin/td/modules/valves.py (.../valves.py) (revision fc99e89f17c6c06ee5b783d92eabf405de39abf9) +++ leahi_dialin/td/modules/valves.py (.../valves.py) (revision 71216b08590dd4b556c10b3384dddc26c8d29a99) @@ -29,8 +29,8 @@ @unique class ValvesEnum(DialinEnum): - VBA = 0 - VBV = 1 + H1_VALV = 0 + H19_VALV = 1 @unique @@ -92,8 +92,8 @@ self.td_valves_timestamp = 0.0 # A dictionary of the valves with the status - self.valves_status = {ValvesEnum.VBA.name: {}, - ValvesEnum.VBV.name: {}} + self.valves_status = {ValvesEnum.H1_VALV.name: {}, + ValvesEnum.H19_VALV.name: {}} @publish(["td_valves_timestamp","valves_status"]) def _handler_valves_sync(self, message: dict, timestamp=0.0) -> None: