File tree 4 files changed +19
-23
lines changed
all-clusters-minimal-app/all-clusters-common
lighting-app/silabs/data_model
4 files changed +19
-23
lines changed Original file line number Diff line number Diff line change @@ -4429,9 +4429,9 @@ endpoint 1 {
4429
4429
}
4430
4430
4431
4431
server cluster Scenes {
4432
- callback attribute nameSupport default = 0x80;
4433
- callback attribute lastConfiguredBy;
4434
- callback attribute sceneTableSize default = 16;
4432
+ ram attribute nameSupport default = 0x80;
4433
+ ram attribute lastConfiguredBy;
4434
+ ram attribute sceneTableSize default = 16;
4435
4435
callback attribute fabricSceneInfo;
4436
4436
callback attribute generatedCommandList;
4437
4437
callback attribute acceptedCommandList;
@@ -4989,8 +4989,8 @@ endpoint 2 {
4989
4989
}
4990
4990
4991
4991
server cluster Scenes {
4992
- callback attribute nameSupport default = 0x80;
4993
- callback attribute sceneTableSize default = 16;
4992
+ ram attribute nameSupport default = 0x80;
4993
+ ram attribute sceneTableSize default = 16;
4994
4994
callback attribute fabricSceneInfo;
4995
4995
callback attribute generatedCommandList;
4996
4996
callback attribute acceptedCommandList;
Original file line number Diff line number Diff line change 4672
4672
" side" : " server" ,
4673
4673
" type" : " NameSupportBitmap" ,
4674
4674
" included" : 1 ,
4675
- " storageOption" : " External " ,
4675
+ " storageOption" : " RAM " ,
4676
4676
" singleton" : 0 ,
4677
4677
" bounded" : 0 ,
4678
4678
" defaultValue" : " 0x80" ,
4688
4688
" side" : " server" ,
4689
4689
" type" : " node_id" ,
4690
4690
" included" : 1 ,
4691
- " storageOption" : " External " ,
4691
+ " storageOption" : " RAM " ,
4692
4692
" singleton" : 0 ,
4693
4693
" bounded" : 0 ,
4694
4694
" defaultValue" : " " ,
4704
4704
" side" : " server" ,
4705
4705
" type" : " int16u" ,
4706
4706
" included" : 1 ,
4707
- " storageOption" : " External " ,
4707
+ " storageOption" : " RAM " ,
4708
4708
" singleton" : 0 ,
4709
4709
" bounded" : 0 ,
4710
4710
" defaultValue" : " 16" ,
10908
10908
" side" : " server" ,
10909
10909
" type" : " NameSupportBitmap" ,
10910
10910
" included" : 1 ,
10911
- " storageOption" : " External " ,
10911
+ " storageOption" : " RAM " ,
10912
10912
" singleton" : 0 ,
10913
10913
" bounded" : 0 ,
10914
10914
" defaultValue" : " 0x80" ,
10924
10924
" side" : " server" ,
10925
10925
" type" : " int16u" ,
10926
10926
" included" : 1 ,
10927
- " storageOption" : " External " ,
10927
+ " storageOption" : " RAM " ,
10928
10928
" singleton" : 0 ,
10929
10929
" bounded" : 0 ,
10930
10930
" defaultValue" : " 16" ,
11004
11004
" side" : " server" ,
11005
11005
" type" : " array" ,
11006
11006
" included" : 1 ,
11007
- " storageOption" : " External " ,
11007
+ " storageOption" : " RAM " ,
11008
11008
" singleton" : 0 ,
11009
11009
" bounded" : 0 ,
11010
11010
" defaultValue" : " " ,
12254
12254
}
12255
12255
]
12256
12256
}
12257
-
12258
-
Original file line number Diff line number Diff line change @@ -2531,15 +2531,15 @@ endpoint 1 {
2531
2531
}
2532
2532
2533
2533
server cluster Scenes {
2534
- callback attribute nameSupport default = 0x80;
2535
- callback attribute lastConfiguredBy;
2536
- callback attribute sceneTableSize default = 16;
2534
+ ram attribute nameSupport default = 0x80;
2535
+ ram attribute lastConfiguredBy;
2536
+ ram attribute sceneTableSize default = 16;
2537
2537
callback attribute fabricSceneInfo;
2538
2538
callback attribute generatedCommandList;
2539
2539
callback attribute acceptedCommandList;
2540
2540
callback attribute eventList;
2541
2541
callback attribute attributeList;
2542
- callback attribute featureMap default = 15;
2542
+ ram attribute featureMap default = 15;
2543
2543
ram attribute clusterRevision default = 5;
2544
2544
2545
2545
handle command AddScene;
Original file line number Diff line number Diff line change 4111
4111
" side" : " server" ,
4112
4112
" type" : " NameSupportBitmap" ,
4113
4113
" included" : 1 ,
4114
- " storageOption" : " External " ,
4114
+ " storageOption" : " RAM " ,
4115
4115
" singleton" : 0 ,
4116
4116
" bounded" : 0 ,
4117
4117
" defaultValue" : " 0x80" ,
4127
4127
" side" : " server" ,
4128
4128
" type" : " node_id" ,
4129
4129
" included" : 1 ,
4130
- " storageOption" : " External " ,
4130
+ " storageOption" : " RAM " ,
4131
4131
" singleton" : 0 ,
4132
4132
" bounded" : 0 ,
4133
4133
" defaultValue" : " " ,
4143
4143
" side" : " server" ,
4144
4144
" type" : " int16u" ,
4145
4145
" included" : 1 ,
4146
- " storageOption" : " External " ,
4146
+ " storageOption" : " RAM " ,
4147
4147
" singleton" : 0 ,
4148
4148
" bounded" : 0 ,
4149
4149
" defaultValue" : " 16" ,
4239
4239
" side" : " server" ,
4240
4240
" type" : " bitmap32" ,
4241
4241
" included" : 1 ,
4242
- " storageOption" : " External " ,
4242
+ " storageOption" : " RAM " ,
4243
4243
" singleton" : 0 ,
4244
4244
" bounded" : 0 ,
4245
4245
" defaultValue" : " 15" ,
5902
5902
}
5903
5903
]
5904
5904
}
5905
-
5906
-
You can’t perform that action at this time.
0 commit comments