File tree 3 files changed +3
-3
lines changed
examples/lighting-app/lighting-common
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2883,7 +2883,7 @@ endpoint 1 {
2883
2883
ram attribute colorCapabilities default = 0x1F;
2884
2884
ram attribute colorTempPhysicalMinMireds default = 0x009A;
2885
2885
ram attribute colorTempPhysicalMaxMireds default = 0x01C6;
2886
- ram attribute coupleColorTempToLevelMinMireds;
2886
+ ram attribute coupleColorTempToLevelMinMireds default = 0x009A ;
2887
2887
persist attribute startUpColorTemperatureMireds default = 0x00FA;
2888
2888
callback attribute generatedCommandList;
2889
2889
callback attribute acceptedCommandList;
Original file line number Diff line number Diff line change 6014
6014
" storageOption" : " RAM" ,
6015
6015
" singleton" : 0 ,
6016
6016
" bounded" : 0 ,
6017
- " defaultValue" : " " ,
6017
+ " defaultValue" : " 0x009A " ,
6018
6018
" reportable" : 1 ,
6019
6019
" minInterval" : 0 ,
6020
6020
" maxInterval" : 65344 ,
Original file line number Diff line number Diff line change 21
21
# === BEGIN CI TEST ARGUMENTS ===
22
22
# test-runner-runs:
23
23
# run1:
24
- # app: ${ALL_CLUSTERS_APP }
24
+ # app: ${LIGHTING_APP_NO_UNIQUE_ID }
25
25
# app-args: --discriminator 1234 --KVS kvs1 --trace-to json:${TRACE_APP}.json
26
26
# script-args: >
27
27
# --storage-path admin_storage.json
You can’t perform that action at this time.
0 commit comments