ComplexArgumentParser-src.zapt 369 B

1234567891011121314151617
  1. {{> header}}
  2. #include <commands/clusters/ComplexArgument.h>
  3. {{#zcl_structs}}
  4. {{#if has_more_than_one_cluster}}
  5. {{> struct_parser_impl namespace="detail"}}
  6. {{/if}}
  7. {{/zcl_structs}}
  8. {{#zcl_clusters}}
  9. {{#zcl_structs}}
  10. {{#unless has_more_than_one_cluster}}
  11. {{> struct_parser_impl namespace=(as_camel_cased ../name false)}}
  12. {{/unless}}
  13. {{/zcl_structs}}
  14. {{/zcl_clusters}}