File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ class ZigbeeFlowSensor : public ZigbeeEP {
39
39
ZigbeeFlowSensor (uint8_t endpoint);
40
40
~ZigbeeFlowSensor ();
41
41
42
- // Set the flow value in 0,01 m3/h
42
+ // Set the flow value in 0,1 m3/h
43
43
void setFlow (float value);
44
44
45
45
// Set the min and max value for the flow sensor in 0,1 m3/h
@@ -48,7 +48,7 @@ class ZigbeeFlowSensor : public ZigbeeEP {
48
48
// Set the tolerance value for the flow sensor in 0,01 m3/h
49
49
void setTolerance (float tolerance);
50
50
51
- // Set the reporting interval for flow measurement in seconds and delta (temp change in 0,01 m3/h)
51
+ // Set the reporting interval for flow measurement in seconds and delta (temp change in 0,1 m3/h)
52
52
void setReporting (uint16_t min_interval, uint16_t max_interval, float delta);
53
53
54
54
// Report the flow value
You can’t perform that action at this time.
0 commit comments