Index: leahi_dialin/ro/modules/flow_sensors.py =================================================================== diff -u -re4d1e640a8d9dfc49522a4f49fe7fee9ec9125da -r270356fb1edd1ea15b16cb322d36f5558e84cc47 --- leahi_dialin/ro/modules/flow_sensors.py (.../flow_sensors.py) (revision e4d1e640a8d9dfc49522a4f49fe7fee9ec9125da) +++ leahi_dialin/ro/modules/flow_sensors.py (.../flow_sensors.py) (revision 270356fb1edd1ea15b16cb322d36f5558e84cc47) @@ -118,12 +118,12 @@ def cmd_flow_rate_override(self, flow_sensor: int, rate: int, reset: int = NO_RESET) -> int: """ - Constructs and sends flow rate override command + Constructs and sends an RO flow rate override command Must be logged into RO - @param flow_sensor the sensor to override its value - @param rate the rate value to override + @param flow_sensor the sensor to override its value (0=FMS, 1=FMP) + @param rate the flow rate value to override @param reset: (int) 1 to reset a previous override, 0 to override @returns 1 if successful, zero otherwise """ @@ -148,12 +148,12 @@ def cmd_flow_temp_override(self, flow_sensor: int, temp: int, reset: int = NO_RESET) -> int: """ - Constructs and sends flow temp override command + Constructs and sends an RO flow sensor temperature override command Must be logged into RO - @param flow_sensor the sensor to override its value - @param temp the rate value to override + @param flow_sensor the sensor to override its temperature + @param temp the temperature value (in deg C) to override @param reset: (int) 1 to reset a previous override, 0 to override @returns 1 if successful, zero otherwise """