Skip to content

Commit

Permalink
Zap regen (#11085)
Browse files Browse the repository at this point in the history
* Zap regen

* replace TODO with "PLEASE UPDATE LATER" to not trigger todo bot
  • Loading branch information
andy31415 authored and pull[bot] committed Aug 26, 2022
1 parent 97140e3 commit 1001436
Show file tree
Hide file tree
Showing 2 changed files with 545 additions and 163 deletions.
2 changes: 1 addition & 1 deletion src/controller/java/templates/ClusterInfo-java.zapt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public class ClusterInfoMapping {
Map<String, CommandInfo> {{asLowerCamelCase name}}ClusterCommandInfoMap = new LinkedHashMap<>();
{{#chip_cluster_commands}}
Map<String, CommandParameterInfo> {{asLowerCamelCase ../name}}{{asLowerCamelCase name}}CommandParams = new LinkedHashMap<String, CommandParameterInfo>();
// TODO: fill out parameter types
// PLEASE UPDATE LATER: fill out parameter types
{{#if (zcl_command_arguments_count this.id)}}
{{#if hasSpecificResponse}}
CommandParameterInfo {{asLowerCamelCase ../name}}{{asLowerCamelCase name}}CommandParameterInfo = new CommandParameterInfo("{{asUpperCamelCase ../name}}", ChipClusters.{{asUpperCamelCase ../name}}Cluster.{{asUpperCamelCase responseName}}Callback.class);
Expand Down
Loading

0 comments on commit 1001436

Please sign in to comment.