File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -1229,6 +1229,7 @@ server cluster IlluminanceMeasurement = 1024 {
1229
1229
readonly attribute nullable int16u measuredValue = 0;
1230
1230
readonly attribute nullable int16u minMeasuredValue = 1;
1231
1231
readonly attribute nullable int16u maxMeasuredValue = 2;
1232
+ readonly attribute nullable enum8 lightSensorType = 4;
1232
1233
readonly attribute command_id generatedCommandList[] = 65528;
1233
1234
readonly attribute command_id acceptedCommandList[] = 65529;
1234
1235
readonly attribute event_id eventList[] = 65530;
@@ -1440,6 +1441,7 @@ endpoint 1 {
1440
1441
ram attribute measuredValue default = 0xC351;
1441
1442
ram attribute minMeasuredValue default = 1;
1442
1443
ram attribute maxMeasuredValue default = 0xfffe;
1444
+ ram attribute lightSensorType default = 1;
1443
1445
callback attribute generatedCommandList default = 0;
1444
1446
callback attribute acceptedCommandList default = 0;
1445
1447
callback attribute attributeList default = 0;
Original file line number Diff line number Diff line change 1
1
{
2
- " featureLevel" : 92 ,
2
+ " featureLevel" : 96 ,
3
3
" creator" : " zap" ,
4
4
" keyValuePairs" : [
5
5
{
6141
6141
" mfgCode" : null,
6142
6142
" side" : " server" ,
6143
6143
" type" : " enum8" ,
6144
- " included" : 0 ,
6144
+ " included" : 1 ,
6145
6145
" storageOption" : " RAM" ,
6146
6146
" singleton" : 0 ,
6147
6147
" bounded" : 0 ,
6148
- " defaultValue" : " 0xFF " ,
6148
+ " defaultValue" : " 1 " ,
6149
6149
" reportable" : 1 ,
6150
6150
" minInterval" : 1 ,
6151
6151
" maxInterval" : 65534 ,
6255
6255
" endpointVersion" : 1 ,
6256
6256
" deviceIdentifier" : 262
6257
6257
}
6258
- ]
6259
- }
6258
+ ],
6259
+ " log" : []
6260
+ }
You can’t perform that action at this time.
0 commit comments