Index: leahi_dialin/dd/modules/valves.py =================================================================== diff -u -rf9dd375900151a5daafe3b687187187645d5f1ab -r4942164d8713b74e5c8a64127a75c1da8b83169f --- leahi_dialin/dd/modules/valves.py (.../valves.py) (revision f9dd375900151a5daafe3b687187187645d5f1ab) +++ leahi_dialin/dd/modules/valves.py (.../valves.py) (revision 4942164d8713b74e5c8a64127a75c1da8b83169f) @@ -463,9 +463,8 @@ """ Constructs and sends the valve open close command - @param valve: unsigned int - dialysate pump ID - @param command: int - value to command the dialysate pump - @param speed: integer - rpm to set the speed to + @param valve: int - valve ID + @param state: int - valve state to command the valve to @return: 1 if successful, zero otherwise """