Index: leahi_dialin/dd/modules/dialysate_pump.py =================================================================== diff -u -r03936b9327b52b7ea33aecb5aa2129f33583bc35 -reff35c7c93f5a6f24510f54bcaa7e32011ecd92e --- leahi_dialin/dd/modules/dialysate_pump.py (.../dialysate_pump.py) (revision 03936b9327b52b7ea33aecb5aa2129f33583bc35) +++ leahi_dialin/dd/modules/dialysate_pump.py (.../dialysate_pump.py) (revision eff35c7c93f5a6f24510f54bcaa7e32011ecd92e) @@ -186,9 +186,9 @@ def cmd_dialysate_pump_target_speed_override(self, pump_id: int, speed: float, reset: int = NO_RESET) -> int: """ - Constructs and sends the concentrate pump target speed override command + Constructs and sends the dialysate pump target speed override command - @param pump_id: unsigned int - concentrate pump ID + @param pump_id: unsigned int - dialysate pump ID @param speed: float - target speed value to override pump with @param reset: integer - 1 to reset a previous override, 0 to override @return: 1 if successful, zero otherwise Index: leahi_dialin/dd/modules/heaters.py =================================================================== diff -u -r03936b9327b52b7ea33aecb5aa2129f33583bc35 -reff35c7c93f5a6f24510f54bcaa7e32011ecd92e --- leahi_dialin/dd/modules/heaters.py (.../heaters.py) (revision 03936b9327b52b7ea33aecb5aa2129f33583bc35) +++ leahi_dialin/dd/modules/heaters.py (.../heaters.py) (revision eff35c7c93f5a6f24510f54bcaa7e32011ecd92e) @@ -185,7 +185,7 @@ There must be a minimum flow available for the heaters (FMP for primary and FMD for trimmer) @param heater the heater to override its value (primary, trimmer) (0-1.0 order) - @param command the duty cycle value to override in percent + @param command the heater to start or stop @param temperature: float - temp to set to @returns 1 if successful, zero otherwise """