Open
Conversation
rzr
reviewed
May 2, 2024
| 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 |
Collaborator
There was a problem hiding this comment.
what makes you think that there bug is not elsewhere ?
Collaborator
Author
There was a problem hiding this comment.
I'm not sure I understand your question. I've added the community post for more context in the PR
rzr
reviewed
May 2, 2024
Collaborator
rzr
left a comment
There was a problem hiding this comment.
this should work but is this optimal ?
rzr
reviewed
May 2, 2024
Collaborator
rzr
left a comment
There was a problem hiding this comment.
may you also cross link context in commit message
silabs-borisl
added a commit
to silabs-borisl/UnifySDK
that referenced
this pull request
May 3, 2024
Forwarded: SiliconLabs#45 Bug-SiliconLabs: UIC-2964 Bug-Github: SiliconLabs#45
93a187f to
67577b0
Compare
Collaborator
Author
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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