Index: leahi_dialin/dd/modules/gen_dialysate.py =================================================================== diff -u -r1f2bf6d939eb4033dbedb7d7005494cc12fccbc6 -rf1b8b4e9558e9cb95b994044f1d7d247c6c8be3f --- leahi_dialin/dd/modules/gen_dialysate.py (.../gen_dialysate.py) (revision 1f2bf6d939eb4033dbedb7d7005494cc12fccbc6) +++ leahi_dialin/dd/modules/gen_dialysate.py (.../gen_dialysate.py) (revision f1b8b4e9558e9cb95b994044f1d7d247c6c8be3f) @@ -49,7 +49,7 @@ message_id = MsgIds.MSG_ID_DD_GEN_DIALYSATE_MODE_DATA.value, function = self._handler_gen_dialysate_sync) - self.dd_gen_dialysate_timestamp = 0 #: The timestamp of the last message + self.dd_gen_dialysate_timestamp = 0.0 #: The timestamp of the last message self.execution_state = 0 #: The Execution state self.dialysate_delivery_in_progress = 0 #: Is Dialysate delivery in progress or not self.dialysate_good_to_deliver = 0 #: The Dialysate is good to delover or not