Index: dialin/ui/hd_simulator.py =================================================================== diff -u -rd9b45e5b52db2540a79cbc8795d82dda4fd3984b -r6b32185c35ac0a95013189cc3bf77c08ed4b6a96 --- dialin/ui/hd_simulator.py (.../hd_simulator.py) (revision d9b45e5b52db2540a79cbc8795d82dda4fd3984b) +++ dialin/ui/hd_simulator.py (.../hd_simulator.py) (revision 6b32185c35ac0a95013189cc3bf77c08ed4b6a96) @@ -1883,7 +1883,7 @@ def cmd_send_hd_disinfect_chemical_confirm(self, accepted: bool, reason: int) -> None: """ - the HD response to the UI sending the user chimical disinfection steps confirm. + the HD response to the UI sending the user chemical disinfection steps confirm. @param accepted: boolean accepted or rejected @param reason: the rejection reason @return: None @@ -1912,10 +1912,11 @@ build, index = bytearray_to_short(payload, index, False) compt, index = bytearray_to_integer(payload, index, False) - self.ui_version = f"v{major}.{minor}.{micro}-{build},{compt}" + self.ui_version = f"v{major}.{minor}.{micro}.{build}.{compt}" self.logger.debug(f"UI VERSION: {self.ui_version}") - print("version: ", self.ui_version) + if self.console_out: + print("Version:", self.ui_version) def cmd_send_hd_request_ui_version(self) -> None: """