We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b0c236 commit a8471f6Copy full SHA for a8471f6
README.md
@@ -79,6 +79,12 @@ return **`Flowrate`** (L/m)
79
float getFlowRate_m()
80
```
81
82
+### Get Flowrate (L/h)
83
+return **`Flowrate`** (L/h)
84
+```cpp
85
+float getFlowRate_h()
86
+```
87
+
88
### Get Total Volume (L)
89
return **`Volume`** (L)
90
```cpp
keyword.txt
@@ -20,5 +20,6 @@ count KEYWORD2
20
getPulse KEYWORD2
21
getFlowRate_s KEYWORD2
22
getFlowRate_m KEYWORD2
23
+getFlowRate_h KEYWORD2
24
getVolume KEYWORD2
25
resetVolume KEYWORD2
0 commit comments