How to fully implement Commands using the OperationalState::Delegate #1459
Unanswered
tomasmcguinness
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to implement a DishWasher device type.
I have been struggling with the OperationalState::Delegate
So far, I have implemented my own Delegate:
and successfully answered
chip-tool operationalstate read phase-list
andchip-tool operationalstate read operational-state-list
However, when I attempt to send a command like:
I get this error, indicate the commands aren't supported
I am expecting, in this case, for the
HandleStartStateCallback
method to be invoked, but that doesn't happen.Can anyone steer me in the right direction?
Beta Was this translation helpful? Give feedback.
All reactions