-
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.
[chip-tool] Codegen all commands/attributes for enabled client cluste…
…rs (#14794) * [chip-tool] Codegen all commands/attributes for enabled client clusters * Update generated content
- Loading branch information
1 parent
67efa7a
commit 1187959
Showing
10 changed files
with
20,849 additions
and
8,676 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{{pad '/*' 78 '-'}}*\ | ||
{{pad "| Cluster Name" 70 ' '}}{{pad "| ID" 9 ' '}}| | ||
{{pad "|" 70 '-'}}{{pad "+" 9 '-'}}| | ||
{{#chip_clusters}} | ||
{{#zcl_clusters}} | ||
{{pad (concat "| " (asUpperCamelCase name)) 70 " "}}{{pad (concat "| " (asHex code 4)) 9 ' '}}| | ||
{{/chip_clusters}} | ||
{{/zcl_clusters}} | ||
{{pad '\*' 78 '-'}}*/ |
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.