Skip to content

Commit 3345269

Browse files
andy31415pull[bot]
authored andcommitted
Bump "Bridged Device Basic Information" cluster revision to 2 (#28951)
* Automated update to bridge version 2 * Update dynamic versions of bridged device info cluster revision * Undo change into file that does not need changes
1 parent 4ad926d commit 3345269

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

examples/bridge-app/esp32/main/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ DataVersion gLight4DataVersions[ArraySize(bridgedLightClusters)];
153153
*/
154154

155155
#define ZCL_DESCRIPTOR_CLUSTER_REVISION (1u)
156-
#define ZCL_BRIDGED_DEVICE_BASIC_INFORMATION_CLUSTER_REVISION (1u)
156+
#define ZCL_BRIDGED_DEVICE_BASIC_INFORMATION_CLUSTER_REVISION (2u)
157157
#define ZCL_FIXED_LABEL_CLUSTER_REVISION (1u)
158158
#define ZCL_ON_OFF_CLUSTER_REVISION (4u)
159159

examples/bridge-app/linux/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ DataVersion gComposedTempSensor2DataVersions[ArraySize(bridgedTempSensorClusters
239239
// =================================================================================
240240

241241
#define ZCL_DESCRIPTOR_CLUSTER_REVISION (1u)
242-
#define ZCL_BRIDGED_DEVICE_BASIC_INFORMATION_CLUSTER_REVISION (1u)
242+
#define ZCL_BRIDGED_DEVICE_BASIC_INFORMATION_CLUSTER_REVISION (2u)
243243
#define ZCL_BRIDGED_DEVICE_BASIC_INFORMATION_FEATURE_MAP (0u)
244244
#define ZCL_FIXED_LABEL_CLUSTER_REVISION (1u)
245245
#define ZCL_ON_OFF_CLUSTER_REVISION (4u)

examples/bridge-app/telink/src/AppTask.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ static DeviceTempSensor TempSensor1("TempSensor 1", "Office", minMeasuredValue,
7373
*/
7474

7575
#define ZCL_DESCRIPTOR_CLUSTER_REVISION (1u)
76-
#define ZCL_BRIDGED_DEVICE_BASIC_INFORMATION_CLUSTER_REVISION (1u)
76+
#define ZCL_BRIDGED_DEVICE_BASIC_INFORMATION_CLUSTER_REVISION (2u)
7777
#define ZCL_FIXED_LABEL_CLUSTER_REVISION (1u)
7878
#define ZCL_ON_OFF_CLUSTER_REVISION (4u)
7979
#define ZCL_TEMPERATURE_SENSOR_CLUSTER_REVISION (4u)

src/controller/data_model/controller-clusters.zap

+2-2
Original file line numberDiff line numberDiff line change
@@ -8471,7 +8471,7 @@
84718471
"storageOption": "RAM",
84728472
"singleton": 0,
84738473
"bounded": 0,
8474-
"defaultValue": "1",
8474+
"defaultValue": "2",
84758475
"reportable": 1,
84768476
"minInterval": 0,
84778477
"maxInterval": 65344,
@@ -8817,7 +8817,7 @@
88178817
"storageOption": "RAM",
88188818
"singleton": 0,
88198819
"bounded": 0,
8820-
"defaultValue": "1",
8820+
"defaultValue": "2",
88218821
"reportable": 1,
88228822
"minInterval": 0,
88238823
"maxInterval": 65344,

0 commit comments

Comments
 (0)