Skip to content

Commit

Permalink
replace TODO with "PLEASE UPDATE LATER" to not trigger todo bot
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Oct 27, 2021
1 parent b83d445 commit b532231
Show file tree
Hide file tree
Showing 2 changed files with 175 additions and 175 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 b532231

Please sign in to comment.