Change script for apply upstream code
[platform/upstream/connectedhomeip.git] / src / app / zap-templates / attribute-type.zapt
1 {{chip_header}}
2
3 // Prevent multiple inclusion
4 #pragma once
5
6 // ZCL attribute types
7 enum {
8 {{#zcl_atomics}}
9 {{ident}}ZCL_{{asDelimitedMacro name}}_ATTRIBUTE_TYPE = {{asHex atomicId 2}}, // {{description}}
10 {{/zcl_atomics}}
11 };