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
Currently attribute loading has this piece in prepareCluster in zcl-loader-silabs.js:
let storagePolicy = dbEnum.storagePolicy.any
if (context.listsUseAttributeAccessInterface && attribute.$.entryType) {
storagePolicy = dbEnum.storagePolicy.attributeAccessInterface
We should do the same thing for cases when the type of attribute is a struct type, if the appropriate boolean is set in context (to restrict it to Matter).
The problem is that at this stage we don't know which types are structs yet, right?
Currently attribute loading has this piece in
prepareCluster
inzcl-loader-silabs.js
:We should do the same thing for cases when the type of attribute is a struct type, if the appropriate boolean is set in
context
(to restrict it to Matter).The problem is that at this stage we don't know which types are structs yet, right?
@tecimovic
The text was updated successfully, but these errors were encountered: