Skip to content

Commit d0166b0

Browse files
authored
fix(zigbee): add missing functiong to header file
1 parent ac8c8f3 commit d0166b0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

libraries/Zigbee/src/ep/ZigbeeAnalog.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,11 @@ class ZigbeeAnalog : public ZigbeeEP {
5858
void setAnalogValue(float analog);
5959
void setAnalogInput(float analog);
6060

61-
void report();
61+
// Report Analog Input
62+
void reportAnalogInput();
63+
64+
// Set reporting for Analog Input
65+
void setAnalogInputReporting(uint16_t min_interval, uint16_t max_interval, float delta);
6266

6367
private:
6468
void zbAttributeSet(const esp_zb_zcl_set_attr_value_message_t *message) override;

0 commit comments

Comments
 (0)