-
Notifications
You must be signed in to change notification settings - Fork 56
Description
Is your feature request related to a problem?
Hi, Is it possible to override the default capability for device announcement?
When I trace the commissioning proces the capability is 0x8c. See below.
ZigBee Device Profile, Device Announcement, Nwk Addr: 0x6f59, Ext Addr: Espressif_ff:fe:4e:e4:b0
Sequence Number: 1
Nwk Addr of Interest: 0x6f59
Extended Address: Espressif_ff:fe:4e:e4:b0 (40:4c:ca:ff:fe:4e:e4:b0)
Capability Information: 0x8c
.... ...0 = Alternate Coordinator: False
.... ..0. = Full-Function Device: False
.... .1.. = AC Power: True
.... 1... = Rx On When Idle: True
.0.. .... = Security Capability: False
1... .... = Allocate Short Address: True
Describe the solution you'd like.
I want to be able to set Full-Function Device from False to True.
So Capability Information is 0x8e instead of 0x8c.
Is this possible? How and where?
Describe alternatives you've considered.
No response
Additional context.
No response