Skip to content

Zigbee library - change definition of addBoundDevice function (ZigbeeEP.h) #10791

Closed
@lsroka76

Description

@lsroka76

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

Labels

Area: ZigbeeIssues and Feature Request about ZigbeeType: Feature requestFeature request for Arduino ESP32

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions