We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
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?
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
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
The text was updated successfully, but these errors were encountered: