blob: a5e757b227f5813099fc4d9eab06c6be638c84dc [file] [log] [blame]
{{> 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}}