| {{> header}} | |
| #include <commands/clusters/ComplexArgument.h> | |
| {{#zcl_structs}} | |
| {{#if has_more_than_one_cluster}} | |
| {{> struct_parser_impl namespace="detail"}} | |
| {{else if has_no_clusters}} | |
| {{> struct_parser_impl namespace="Globals"}} | |
| {{/if}} | |
| {{/zcl_structs}} | |
| {{#zcl_clusters}} | |
| {{#zcl_structs}} | |
| {{#unless has_more_than_one_cluster}} | |
| {{> struct_parser_impl namespace=(as_camel_cased ../name false)}} | |
| {{/unless}} | |
| {{/zcl_structs}} | |
| {{/zcl_clusters}} |