File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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 {
3939 ZigbeeFlowSensor (uint8_t endpoint);
4040 ~ZigbeeFlowSensor ();
4141
42- // Set the flow value in 0,01 m3/h
42+ // Set the flow value in 0,1 m3/h
4343 void setFlow (float value);
4444
4545 // Set the min and max value for the flow sensor in 0,1 m3/h
@@ -48,7 +48,7 @@ class ZigbeeFlowSensor : public ZigbeeEP {
4848 // Set the tolerance value for the flow sensor in 0,01 m3/h
4949 void setTolerance (float tolerance);
5050
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)
5252 void setReporting (uint16_t min_interval, uint16_t max_interval, float delta);
5353
5454 // Report the flow value
You can’t perform that action at this time.
0 commit comments