Sign in
pigweed
/
third_party
/
github
/
project-chip
/
connectedhomeip
/
89a9007b76264b0f94deda3109d2a1df51d4cc3c
/
.
/
src
/
app
/
zap-templates
/
templates
/
app
/
attribute-type.zapt
blob: bc0e3fb7d2bee21599cef92079c14cc9edb04d22 [
file
] [
log
] [
blame
]
{{>
header
}}
// Prevent multiple inclusion
#pragma
once
// ZCL attribute types
enum
{
{{#
zcl_atomics
}}
{{
ident
}}
ZCL_
{{
asDelimitedMacro name
}}
_ATTRIBUTE_TYPE
=
{{
asHex atomicId
2
}},
// {{description}}
{{/
zcl_atomics
}}
};