Index: leahi_dialin/dd/modules/drybicart.py =================================================================== diff -u -r8007c58c88b92652c64b3742f73d2ea10bce1440 -r78b7d4b47c77f390fdb0c796e4861cc9abb343fd --- leahi_dialin/dd/modules/drybicart.py (.../drybicart.py) (revision 8007c58c88b92652c64b3742f73d2ea10bce1440) +++ leahi_dialin/dd/modules/drybicart.py (.../drybicart.py) (revision 78b7d4b47c77f390fdb0c796e4861cc9abb343fd) @@ -51,10 +51,10 @@ message_id = MsgIds.MSG_ID_DD_DRY_BICART_DATA.value, function = self._handler_dry_bicart_sync) - self.dd_dry_bicart_timestamp = 0 #: The timestamp of the last message + self.dd_dry_bicart_timestamp = 0.0 #: The timestamp of the last message self.dd_dry_bicart_fill_execution_state = 0 #: The Dry Bicart fill execution state self.dd_bicarb_chamber_fill_execution_state = 0 #: The Bicarb chamber fill execution state - self.dd_dry_bicart_drain_execution_state = 0 #: The Dry Bicart drain execution state + self.dd_dry_bicart_drain_execution_state = 0.0 #: The Dry Bicart drain execution state self.dd_dry_bicart_fill_cycle_counter = 0 #: The Dry Bicart fill cycle counter self.dd_dry_bicart_max_fill_cycle_count = 0 #: The Dry Bicart max fill cycle state self.dd_dry_bicart_fill_request = 0 #: Is fill requested for Dry Bicart or not