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 ac8c8f3 commit d0166b0Copy full SHA for d0166b0
libraries/Zigbee/src/ep/ZigbeeAnalog.h
@@ -58,7 +58,11 @@ class ZigbeeAnalog : public ZigbeeEP {
58
void setAnalogValue(float analog);
59
void setAnalogInput(float analog);
60
61
- void report();
+ // 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);
66
67
private:
68
void zbAttributeSet(const esp_zb_zcl_set_attr_value_message_t *message) override;
0 commit comments