blob: bb325d28501d671323d78169ee27f38d6da81879 [file] [log] [blame]
struct LabelStruct {
CHAR_STRING<16> label = 0;
CHAR_STRING<16> value = 1;
}
client cluster DemoCluster = 0x12 {
attribute LabelStruct singleLabel = 0x20;
attribute LabelStruct someLabels[] = 0x21;
}