Index: dialin/hd/hemodialysis_device.py =================================================================== diff -u -rc8e6fd14aaca687134279ab51a07cdf431b8837c -rc5cba1c9d4ba781699360ebc3d24dc9e633f8780 --- dialin/hd/hemodialysis_device.py (.../hemodialysis_device.py) (revision c8e6fd14aaca687134279ab51a07cdf431b8837c) +++ dialin/hd/hemodialysis_device.py (.../hemodialysis_device.py) (revision c5cba1c9d4ba781699360ebc3d24dc9e633f8780) @@ -669,15 +669,15 @@ def cmd_request_ui_version(self) -> None: """ - Constructs and sends a ui set standby submode to wait for disinfect + Constructs and sends a ui version request to the HD. @return: none """ message = DenaliMessage.build_message(channel_id=DenaliChannels.hd_to_ui_ch_id, message_id=MsgIds.MSG_ID_HD_UI_VERSION_INFO_REQUEST.value) - self.logger.debug("Sending setting standby submode to wait for disinfect to HD.") + self.logger.debug("Sending an UI version request to the HD.") self.can_interface.send(message, 0)