Skip to content

Commit b4d7227

Browse files
committed
fix(zigbee): Fix functions comment
1 parent aef691e commit b4d7227

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/Zigbee/src/ep/ZigbeeFlowSensor.h

+2-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)