-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
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
GH-45: ZPC Poller Fix #45
base: main
Are you sure you want to change the base?
GH-45: ZPC Poller Fix #45
Conversation
const DOTDOT_ATTRIBUTE_ID_STATE_NETWORK_STATUS: AttributeTypeId = 0x000D; | ||
const ZCL_NODE_STATE_NETWORK_STATUS_ONLINE_FUNCTIONAL: u8 = 1; | ||
const DOTDOT_ATTRIBUTE_ID_STATE_NETWORK_STATUS: AttributeTypeId = 0xfd020001; | ||
// This is reported as a u32 in the attribute store |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what makes you think that there bug is not elsewhere ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure I understand your question. I've added the community post for more context in the PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should work but is this optimal ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
may you also cross link context in commit message
Forwarded: SiliconLabs#45 Bug-SiliconLabs: UIC-2964 Bug-Github: SiliconLabs#45
93a187f
to
67577b0
Compare
Ideally, we should have ZAP generating this for Rust components but I think at this time we'll invest a lot of time for not much gain. |
Forwarded: SiliconLabs#45 Bug-SiliconLabs: UIC-2964 Bug-Github: SiliconLabs#45
67577b0
to
e244c51
Compare
Change
Fix initialization of Z-Wave attribute poller, so it can work as intended
Related community question : https://community.silabs.com/s/question/0D7Vm000001kTeLKAU/detail?language=en_US
Checklist