You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All Attributes Get and Set should be replaced with DataModel::Provider ReadAttribute and WriteAttribute. We likely want some shared code for most of this as we get/set common types.
The text was updated successfully, but these errors were encountered:
Using Accessorts ties things to ember and also prevents usage of AttributeAccessInterface.
See usage of Accessors in
https://github.com/project-chip/connectedhomeip/blob/master/examples/common/imgui_ui/windows
For example https://github.com/project-chip/connectedhomeip/blob/master/examples/common/imgui_ui/windows/light.cpp#L100
All Attributes
Get
andSet
should be replaced with DataModel::Provider ReadAttribute and WriteAttribute. We likely want some shared code for most of this as we get/set common types.The text was updated successfully, but these errors were encountered: