File tree 2 files changed +16
-0
lines changed
examples/refrigerator-app/silabs/data_model
2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -212,6 +212,13 @@ enum TestGlobalEnum : enum8 {
212
212
kFinalValue = 2;
213
213
}
214
214
215
+ enum ThreeLevelAutoEnum : enum8 {
216
+ kLow = 0;
217
+ kMedium = 1;
218
+ kHigh = 2;
219
+ kAutomatic = 3;
220
+ }
221
+
215
222
bitmap TestGlobalBitmap : bitmap32 {
216
223
kFirstBit = 0x1;
217
224
kSecondBit = 0x2;
@@ -528,6 +535,7 @@ cluster GeneralCommissioning = 48 {
528
535
provisional readonly attribute access(read: administer) optional int16u TCMinRequiredVersion = 6;
529
536
provisional readonly attribute access(read: administer) optional bitmap16 TCAcknowledgements = 7;
530
537
provisional readonly attribute access(read: administer) optional boolean TCAcknowledgementsRequired = 8;
538
+ provisional readonly attribute access(read: administer) optional int32u TCUpdateDeadline = 9;
531
539
readonly attribute command_id generatedCommandList[] = 65528;
532
540
readonly attribute command_id acceptedCommandList[] = 65529;
533
541
readonly attribute event_id eventList[] = 65530;
Original file line number Diff line number Diff line change @@ -212,6 +212,13 @@ enum TestGlobalEnum : enum8 {
212
212
kFinalValue = 2;
213
213
}
214
214
215
+ enum ThreeLevelAutoEnum : enum8 {
216
+ kLow = 0;
217
+ kMedium = 1;
218
+ kHigh = 2;
219
+ kAutomatic = 3;
220
+ }
221
+
215
222
bitmap TestGlobalBitmap : bitmap32 {
216
223
kFirstBit = 0x1;
217
224
kSecondBit = 0x2;
@@ -528,6 +535,7 @@ cluster GeneralCommissioning = 48 {
528
535
provisional readonly attribute access(read: administer) optional int16u TCMinRequiredVersion = 6;
529
536
provisional readonly attribute access(read: administer) optional bitmap16 TCAcknowledgements = 7;
530
537
provisional readonly attribute access(read: administer) optional boolean TCAcknowledgementsRequired = 8;
538
+ provisional readonly attribute access(read: administer) optional int32u TCUpdateDeadline = 9;
531
539
readonly attribute command_id generatedCommandList[] = 65528;
532
540
readonly attribute command_id acceptedCommandList[] = 65529;
533
541
readonly attribute event_id eventList[] = 65530;
You can’t perform that action at this time.
0 commit comments