We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently CHI only exposes an "enumerate" command for command IDs (like https://github.com/project-chip/connectedhomeip/blob/master/src/app/CommandHandlerInterface.h#L125)
However this is insufficient as commands have attributes for invoke permissions (several existing ones should be admin) and timed-invoke flags and similar. We need CHI to take full control and return the entire set of "command id + flags + invoke permissions" like defined in https://github.com/project-chip/connectedhomeip/blob/master/src/app/data-model-provider/MetadataTypes.h#L116
This should probably wait for #37127 to be finalized, so that the same structures/builders can be re-used.
Since this will be an API change, the update should be documented in https://github.com/project-chip/connectedhomeip/blob/master/docs/upgrading.md
The text was updated successfully, but these errors were encountered:
CommandHandlerInterface
bool accepts/generates
No branches or pull requests
Currently CHI only exposes an "enumerate" command for command IDs (like https://github.com/project-chip/connectedhomeip/blob/master/src/app/CommandHandlerInterface.h#L125)
However this is insufficient as commands have attributes for invoke permissions (several existing ones should be admin) and timed-invoke flags and similar. We need CHI to take full control and return the entire set of "command id + flags + invoke permissions" like defined in https://github.com/project-chip/connectedhomeip/blob/master/src/app/data-model-provider/MetadataTypes.h#L116
This should probably wait for #37127 to be finalized, so that the same structures/builders can be re-used.
Since this will be an API change, the update should be documented in https://github.com/project-chip/connectedhomeip/blob/master/docs/upgrading.md
The text was updated successfully, but these errors were encountered: