We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8be83cd commit d7971caCopy full SHA for d7971ca
libraries/Zigbee/src/ZigbeeEP.h
@@ -103,6 +103,8 @@ class ZigbeeEP {
103
virtual void zbReadBasicCluster(const esp_zb_zcl_attribute_t *attribute); //already implemented
104
virtual void zbIdentify(const esp_zb_zcl_set_attr_value_message_t *message);
105
106
+ virtual void zbIASZoneStatusChangeNotification(const esp_zb_zcl_ias_zone_status_change_notification_message_t *message) {};
107
+
108
void onIdentify(void (*callback)(uint16_t)) {
109
_on_identify = callback;
110
}
0 commit comments