is_pump_free
is_pump_free
Description
Checks if a pump has finished its previous command.
Signature
is_pump_free(self, pump_num: int) -> bool
Parameters
pump_num: int
The pump address to check [0, 14].
Returns
bool
True if the pump has finished its previous command and is free, False otherwise.