Change the default timing for valve.
authorLukáš Jiřiště <jiriste@icpf.cas.cz>
Tue, 10 Dec 2024 15:20:14 +0000 (16:20 +0100)
committerLukáš Jiřiště <jiriste@icpf.cas.cz>
Tue, 10 Dec 2024 15:20:14 +0000 (16:20 +0100)
Valve.h

diff --git a/Valve.h b/Valve.h
index 8ce5c1035d000aa08c0aa0451dd2afd11a8b601e..0701423620879d5e9f262dbd7e684168be8a6d46 100644 (file)
--- a/Valve.h
+++ b/Valve.h
@@ -28,9 +28,9 @@ class Valve
 
                Valve   &operator=(const Valve &other) = delete;
 
-               void    open(float seconds = 5);
-               void    open_barely(float seconds = 5);
-               void    close(float seconds = 5);
-               void    close_open_clean(unsigned int count = 3);
+               void    open(float seconds = 3);
+               void    open_barely(float seconds = 3);
+               void    close(float seconds = 3);
+               void    close_open_clean(unsigned int count = 2);
 };
 #endif // VALVE_H