blob: 6616a327a6563a5059a0c6556d861a1e71cf2438 [file] [log] [blame]
{{#if command.hasSpecificResponse}}
{{#*inline "clusterName"}}
{{~#if compatRemapClusterName~}}
{{compatClusterNameRemapping command.parent.name}}
{{~else~}}
{{asUpperCamelCase command.parent.name preserveAcronyms=true}}
{{~/if~}}
{{/inline}}
void (^)(MTR{{> clusterName}}Cluster{{asUpperCamelCase command.responseName}}Params * _Nullable data, NSError * _Nullable error)
{{else}}
MTRStatusCompletion
{{/if}}