Index: dialin/hd/treatment.py =================================================================== diff -u -r076965b54ec7f9711537ad5553de65b4da11338e -rc4607933b6e934c7132876d9075b30bd3fc08d71 --- dialin/hd/treatment.py (.../treatment.py) (revision 076965b54ec7f9711537ad5553de65b4da11338e) +++ dialin/hd/treatment.py (.../treatment.py) (revision c4607933b6e934c7132876d9075b30bd3fc08d71) @@ -314,6 +314,22 @@ """ return self.rinseback_countdown_secs + def get_recirc_timeout_countdown(self) -> int: + """ + Returns recirc timeout (in seconds) + + @return: The recirc timeout + """ + return self.recirc_timeout_secs + + def get_recirc_timeout_countdown(self) -> int: + """ + Returns recirc timeout countdown (in seconds) + + @return: The recirc timeout countdown + """ + return self.recirc_countdown_secs + @publish([ "treatment_time_prescribed", "treatment_time_elapsed",