Skip to content

Commit 3d04c2f

Browse files
Added non zero value and in the range for coupleColorTempToLevelMinMireds. Updated to use LIGHTING_APP_NO_UNIQUE_ID instead of ALL_CLUSTERS_APP
1 parent 95ea072 commit 3d04c2f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/lighting-app/lighting-common/lighting-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -2883,7 +2883,7 @@ endpoint 1 {
28832883
ram attribute colorCapabilities default = 0x1F;
28842884
ram attribute colorTempPhysicalMinMireds default = 0x009A;
28852885
ram attribute colorTempPhysicalMaxMireds default = 0x01C6;
2886-
ram attribute coupleColorTempToLevelMinMireds;
2886+
ram attribute coupleColorTempToLevelMinMireds default = 0x009A;
28872887
persist attribute startUpColorTemperatureMireds default = 0x00FA;
28882888
callback attribute generatedCommandList;
28892889
callback attribute acceptedCommandList;

examples/lighting-app/lighting-common/lighting-app.zap

+1-1
Original file line numberDiff line numberDiff line change
@@ -6014,7 +6014,7 @@
60146014
"storageOption": "RAM",
60156015
"singleton": 0,
60166016
"bounded": 0,
6017-
"defaultValue": "",
6017+
"defaultValue": "0x009A",
60186018
"reportable": 1,
60196019
"minInterval": 0,
60206020
"maxInterval": 65344,

src/python_testing/TC_CC_2_1.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# === BEGIN CI TEST ARGUMENTS ===
2222
# test-runner-runs:
2323
# run1:
24-
# app: ${ALL_CLUSTERS_APP}
24+
# app: ${LIGHTING_APP_NO_UNIQUE_ID}
2525
# app-args: --discriminator 1234 --KVS kvs1 --trace-to json:${TRACE_APP}.json
2626
# script-args: >
2727
# --storage-path admin_storage.json

0 commit comments

Comments
 (0)