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
In src/controller/python/chip/clusters/Command.py and src/controller/python/chip/clusters/Attribute.py we rely on variadic arguments to pass along command/writeattribut arguments.
There has to be a better way to do this and we should look into this eventually
The text was updated successfully, but these errors were encountered:
In
src/controller/python/chip/clusters/Command.py
andsrc/controller/python/chip/clusters/Attribute.py
we rely on variadic arguments to pass along command/writeattribut arguments.There has to be a better way to do this and we should look into this eventually
The text was updated successfully, but these errors were encountered: