-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Ameba] Shell commands update (#23005)
* [Shell] Read cluster attributes from matter shell - Received data but DataResponse is still not printed out - Support more OnOff commands for matter shell * [Shell] enable inputting arguments for certain commands * [Shell] Add levelcontrol commands to shell - Separate different cluster commands into header files * [Shell] Add colorcontrol commands to shell * [Shell] Add thermostat commands to shell * [Shell] Add handlers for group commands * [README] Update readme for all-clusters-app * [Shell] Add identify commands to shell * [Shell] Increase the number of tokens to fit more arguments - Add in missing colorcontrol commands - Fix readme link * [Shell] Enable reading of attribute list * [Shell] Fix transition data type and argument errors - Added logs for levelcontrol commands * [Shell] Fix compile errors for when CONFIG_ENABLE_CHIP_SHELL is disabled - Added CONFIG_ENABLE_CHIP_SHELL macro to block off code that requires shell * [Resyle] fix styling * Restyled by prettier-markdown * [Shell] Change ColorTemperature to ColorTemperatureMireds * [Readme] Update all-clusters-app readme * [Shell] Change currentx and currenty to current-x and current-y respectively - To avoid spell check failing as it identifies currenty as mispelling of currently * [Readme] Restyle * [Shell] Fix typecasting error * [Shell] restyle Co-authored-by: Restyled.io <[email protected]>
- Loading branch information
1 parent
dbc2f44
commit 33b9046
Showing
10 changed files
with
4,641 additions
and
198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.