blob: dcbf51b210ff0207f89270c0bf3ee9cde10bd007 [file] [log] [blame]
{{#first}}
{{/first}}
{{#if description}}
/** {{description}} */
{{/if}}
{{~indent 1~}}
{{#if isFabricScoped~}} fabric {{/if~}}
{{#if mustUseTimedInvoke~}} timed {{/if~}}
command {{!ensure space}}
{{~#chip_access_elements entity="command"~}}
{{~#first~}} access( {{~/first~}}
{{~#not_first~}}, {{/not_first~}}
{{operation}}: {{role}}
{{~#last}}) {{/last~}}
{{~/chip_access_elements~}}
{{asUpperCamelCase commandName}}(
{{~#zcl_command_arguments~}}
{{~#first~}}
{{asUpperCamelCase parent.commandName}}Request
{{~/first~}}
{{~/zcl_command_arguments~}}
): {{#if responseName~}}
{{asUpperCamelCase responseName}}
{{~else~}}
DefaultSuccess
{{~/if~}}
{{~indent 0}} = {{code}};