Zigbee library - change definition of addBoundDevice function (ZigbeeEP.h) #10791
Labels
Area: Zigbee
Issues and Feature Request about Zigbee
Type: Feature request
Feature request for Arduino ESP32
Related area
Arduino Zigbee library
Hardware specification
ESP32C6/H2
Is your feature request related to a problem?
Changing definition of void addBoundDevice (protected) to virtual void addBoundDevice (public) will allow for override it in child classes.
Describe the solution you'd like
protected:
void addBoundDevice...
-->>
public:
virtual void addBoundDevice...
Describe alternatives you've considered
No response
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
The text was updated successfully, but these errors were encountered: