Closed
Description
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
- I confirm I have checked existing list of Feature requests and Contribution Guide.
Metadata
Metadata
Assignees
Type
Projects
Status
Done