Index: tests/test_hd_valves.py =================================================================== diff -u -r0035249fd22540886ba093c4e7dc72f9ba8c8353 -r46fb3f18ae1a349eeb8bcc56d243618737ae3279 --- tests/test_hd_valves.py (.../test_hd_valves.py) (revision 0035249fd22540886ba093c4e7dc72f9ba8c8353) +++ tests/test_hd_valves.py (.../test_hd_valves.py) (revision 46fb3f18ae1a349eeb8bcc56d243618737ae3279) @@ -24,13 +24,12 @@ # create an HD object called hd hd = HD() hd.cmd_log_in_to_hd() - hd.valves.cmd_hd_valves_broadcast_interval_override(100) + + hd.valves.cmd_hd_valves_broadcast_interval_override(50) sleep(1) - hd.valves.cmd_home_hd_valve(ValvesEnum.VBV.value) + hd.valves.cmd_home_hd_valve(ValvesEnum.VDI.name) - print(hd.valves.valves_status[ValvesEnum.VDI.name]) - - """" + """ # print params every second for a while while True: sleep(0.100) @@ -60,4 +59,5 @@ hd.valves.valves_status[ValvesEnum.VBV.name]['Current']) exit(1) - """ \ No newline at end of file + """ +