Boris Zbarsky
Boris Zbarsky
This is still an issue.
See also https://github.com/project-chip/connectedhomeip/pull/4627 which renamed these constants but did not really change their used-ness.
Intrusive or not?
@erjiaqing Does IntrusiveList handle this?
> where max level is 0 Why is it 0 @latch-danielkneip ?
It's really hard to say anything here without access to code or even logs. Can you try debugging on the device to see where it's getting that value?
@latch-danielkneip Why did the corresponding lines in `emberAfLevelControlClusterServerInitCallback` not produce the right values? These are fixed values; they are not supposed to change on every step! I'll leave it to...
`emberAfLevelControlClusterInitCallback` is a callback into the application to let it know a cluster is being initialized, afaict. It's not expected to be implemented by the SDK itself. The init function...
I'm not sure there's much to do here other than porting the command dispatch from Simplicity Studio to Zap. In particular, the commands in this cluster have no non-custom logic...