Rename "Basic" cluster to "Basic Information". (#24124)
* Rename "Basic" cluster to "Basic Information".
This matches the spec name.
* Use newer ZAP version.
diff --git a/examples/chef/devices/noip_rootnode_dimmablelight_bCwGYSDpoe.matter b/examples/chef/devices/noip_rootnode_dimmablelight_bCwGYSDpoe.matter
index 8d429ea..4dd2570 100644
--- a/examples/chef/devices/noip_rootnode_dimmablelight_bCwGYSDpoe.matter
+++ b/examples/chef/devices/noip_rootnode_dimmablelight_bCwGYSDpoe.matter
@@ -347,7 +347,7 @@
readonly attribute int16u clusterRevision = 65533;
}
-server cluster Basic = 40 {
+server cluster BasicInformation = 40 {
critical event StartUp = 0 {
INT32U softwareVersion = 0;
}
@@ -1324,7 +1324,7 @@
ram attribute clusterRevision default = 1;
}
- server cluster Basic {
+ server cluster BasicInformation {
callback attribute dataModelRevision default = 10;
callback attribute vendorName;
callback attribute vendorID;
diff --git a/examples/chef/devices/noip_rootnode_dimmablelight_bCwGYSDpoe.zap b/examples/chef/devices/noip_rootnode_dimmablelight_bCwGYSDpoe.zap
index 47e3750..edf180b 100644
--- a/examples/chef/devices/noip_rootnode_dimmablelight_bCwGYSDpoe.zap
+++ b/examples/chef/devices/noip_rootnode_dimmablelight_bCwGYSDpoe.zap
@@ -1,5 +1,5 @@
{
- "featureLevel": 82,
+ "featureLevel": 89,
"creator": "zap",
"keyValuePairs": [
{
@@ -1085,10 +1085,10 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
- "define": "BASIC_CLUSTER",
+ "define": "BASIC_INFORMATION_CLUSTER",
"side": "client",
"enabled": 0,
"attributes": [
@@ -1111,10 +1111,10 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
- "define": "BASIC_CLUSTER",
+ "define": "BASIC_INFORMATION_CLUSTER",
"side": "server",
"enabled": 1,
"attributes": [
@@ -6413,7 +6413,7 @@
"code": 15,
"mfgCode": null,
"side": "server",
- "type": "bitmap8",
+ "type": "LevelControlOptions",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
@@ -7292,6 +7292,5 @@
"endpointVersion": 1,
"deviceIdentifier": 257
}
- ],
- "log": []
-}
+ ]
+}
\ No newline at end of file
diff --git a/examples/chef/devices/rootnode_colortemperaturelight_hbUnzYVeyn.matter b/examples/chef/devices/rootnode_colortemperaturelight_hbUnzYVeyn.matter
index 574d439..8ea6225 100644
--- a/examples/chef/devices/rootnode_colortemperaturelight_hbUnzYVeyn.matter
+++ b/examples/chef/devices/rootnode_colortemperaturelight_hbUnzYVeyn.matter
@@ -352,7 +352,7 @@
readonly attribute int16u clusterRevision = 65533;
}
-server cluster Basic = 40 {
+server cluster BasicInformation = 40 {
struct CapabilityMinimaStruct {
int16u caseSessionsPerFabric = 0;
int16u subscriptionsPerFabric = 1;
@@ -1400,7 +1400,7 @@
ram attribute clusterRevision default = 1;
}
- server cluster Basic {
+ server cluster BasicInformation {
callback attribute dataModelRevision default = 10;
callback attribute vendorName;
callback attribute vendorID;
diff --git a/examples/chef/devices/rootnode_colortemperaturelight_hbUnzYVeyn.zap b/examples/chef/devices/rootnode_colortemperaturelight_hbUnzYVeyn.zap
index dedd809..f4cd517 100644
--- a/examples/chef/devices/rootnode_colortemperaturelight_hbUnzYVeyn.zap
+++ b/examples/chef/devices/rootnode_colortemperaturelight_hbUnzYVeyn.zap
@@ -1,5 +1,5 @@
{
- "featureLevel": 82,
+ "featureLevel": 89,
"creator": "zap",
"keyValuePairs": [
{
@@ -1133,10 +1133,10 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
- "define": "BASIC_CLUSTER",
+ "define": "BASIC_INFORMATION_CLUSTER",
"side": "client",
"enabled": 0,
"attributes": [
@@ -1159,10 +1159,10 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
- "define": "BASIC_CLUSTER",
+ "define": "BASIC_INFORMATION_CLUSTER",
"side": "server",
"enabled": 1,
"attributes": [
@@ -6573,7 +6573,7 @@
"code": 15,
"mfgCode": null,
"side": "server",
- "type": "bitmap8",
+ "type": "LevelControlOptions",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
@@ -8098,6 +8098,5 @@
"endpointVersion": 1,
"deviceIdentifier": 268
}
- ],
- "log": []
+ ]
}
\ No newline at end of file
diff --git a/examples/chef/devices/rootnode_contactsensor_lFAGG1bfRO.matter b/examples/chef/devices/rootnode_contactsensor_lFAGG1bfRO.matter
index 855cea4..7515f90 100644
--- a/examples/chef/devices/rootnode_contactsensor_lFAGG1bfRO.matter
+++ b/examples/chef/devices/rootnode_contactsensor_lFAGG1bfRO.matter
@@ -198,7 +198,7 @@
readonly attribute int16u clusterRevision = 65533;
}
-server cluster Basic = 40 {
+server cluster BasicInformation = 40 {
critical event StartUp = 0 {
INT32U softwareVersion = 0;
}
@@ -1062,7 +1062,7 @@
ram attribute clusterRevision default = 1;
}
- server cluster Basic {
+ server cluster BasicInformation {
callback attribute dataModelRevision default = 10;
callback attribute vendorName;
callback attribute vendorID;
diff --git a/examples/chef/devices/rootnode_contactsensor_lFAGG1bfRO.zap b/examples/chef/devices/rootnode_contactsensor_lFAGG1bfRO.zap
index 9e29e9e..2ff3308 100644
--- a/examples/chef/devices/rootnode_contactsensor_lFAGG1bfRO.zap
+++ b/examples/chef/devices/rootnode_contactsensor_lFAGG1bfRO.zap
@@ -1,5 +1,5 @@
{
- "featureLevel": 82,
+ "featureLevel": 89,
"creator": "zap",
"keyValuePairs": [
{
@@ -1085,10 +1085,10 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
- "define": "BASIC_CLUSTER",
+ "define": "BASIC_INFORMATION_CLUSTER",
"side": "client",
"enabled": 0,
"attributes": [
@@ -1111,10 +1111,10 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
- "define": "BASIC_CLUSTER",
+ "define": "BASIC_INFORMATION_CLUSTER",
"side": "server",
"enabled": 1,
"attributes": [
@@ -6120,6 +6120,5 @@
"endpointVersion": 1,
"deviceIdentifier": 21
}
- ],
- "log": []
-}
+ ]
+}
\ No newline at end of file
diff --git a/examples/chef/devices/rootnode_dimmablelight_bCwGYSDpoe.matter b/examples/chef/devices/rootnode_dimmablelight_bCwGYSDpoe.matter
index 3a49ba7..220c349 100644
--- a/examples/chef/devices/rootnode_dimmablelight_bCwGYSDpoe.matter
+++ b/examples/chef/devices/rootnode_dimmablelight_bCwGYSDpoe.matter
@@ -347,7 +347,7 @@
readonly attribute int16u clusterRevision = 65533;
}
-server cluster Basic = 40 {
+server cluster BasicInformation = 40 {
critical event StartUp = 0 {
INT32U softwareVersion = 0;
}
@@ -1208,7 +1208,7 @@
ram attribute clusterRevision default = 1;
}
- server cluster Basic {
+ server cluster BasicInformation {
callback attribute dataModelRevision default = 10;
callback attribute vendorName;
callback attribute vendorID;
diff --git a/examples/chef/devices/rootnode_dimmablelight_bCwGYSDpoe.zap b/examples/chef/devices/rootnode_dimmablelight_bCwGYSDpoe.zap
index bc11f60..0642130 100644
--- a/examples/chef/devices/rootnode_dimmablelight_bCwGYSDpoe.zap
+++ b/examples/chef/devices/rootnode_dimmablelight_bCwGYSDpoe.zap
@@ -1,5 +1,5 @@
{
- "featureLevel": 82,
+ "featureLevel": 89,
"creator": "zap",
"keyValuePairs": [
{
@@ -1085,10 +1085,10 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
- "define": "BASIC_CLUSTER",
+ "define": "BASIC_INFORMATION_CLUSTER",
"side": "client",
"enabled": 0,
"attributes": [
@@ -1111,10 +1111,10 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
- "define": "BASIC_CLUSTER",
+ "define": "BASIC_INFORMATION_CLUSTER",
"side": "server",
"enabled": 1,
"attributes": [
@@ -6413,7 +6413,7 @@
"code": 15,
"mfgCode": null,
"side": "server",
- "type": "bitmap8",
+ "type": "LevelControlOptions",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
@@ -7292,6 +7292,5 @@
"endpointVersion": 1,
"deviceIdentifier": 257
}
- ],
- "log": []
-}
+ ]
+}
\ No newline at end of file
diff --git a/examples/chef/devices/rootnode_doorlock_aNKYAreMXE.matter b/examples/chef/devices/rootnode_doorlock_aNKYAreMXE.matter
index a7215a3..fc1f5da 100644
--- a/examples/chef/devices/rootnode_doorlock_aNKYAreMXE.matter
+++ b/examples/chef/devices/rootnode_doorlock_aNKYAreMXE.matter
@@ -198,7 +198,7 @@
readonly attribute int16u clusterRevision = 65533;
}
-server cluster Basic = 40 {
+server cluster BasicInformation = 40 {
critical event StartUp = 0 {
INT32U softwareVersion = 0;
}
@@ -1447,7 +1447,7 @@
ram attribute clusterRevision default = 1;
}
- server cluster Basic {
+ server cluster BasicInformation {
callback attribute dataModelRevision default = 10;
callback attribute vendorName;
callback attribute vendorID;
diff --git a/examples/chef/devices/rootnode_doorlock_aNKYAreMXE.zap b/examples/chef/devices/rootnode_doorlock_aNKYAreMXE.zap
index 688b51a..68cde1f 100644
--- a/examples/chef/devices/rootnode_doorlock_aNKYAreMXE.zap
+++ b/examples/chef/devices/rootnode_doorlock_aNKYAreMXE.zap
@@ -1,5 +1,5 @@
{
- "featureLevel": 82,
+ "featureLevel": 89,
"creator": "zap",
"keyValuePairs": [
{
@@ -1085,10 +1085,10 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
- "define": "BASIC_CLUSTER",
+ "define": "BASIC_INFORMATION_CLUSTER",
"side": "client",
"enabled": 0,
"attributes": [
@@ -1111,10 +1111,10 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
- "define": "BASIC_CLUSTER",
+ "define": "BASIC_INFORMATION_CLUSTER",
"side": "server",
"enabled": 1,
"attributes": [
@@ -6413,7 +6413,7 @@
"code": 15,
"mfgCode": null,
"side": "server",
- "type": "bitmap8",
+ "type": "LevelControlOptions",
"included": 0,
"storageOption": "RAM",
"singleton": 0,
@@ -8992,6 +8992,5 @@
"endpointVersion": 1,
"deviceIdentifier": 10
}
- ],
- "log": []
-}
+ ]
+}
\ No newline at end of file
diff --git a/examples/chef/devices/rootnode_extendedcolorlight_8lcaaYJVAa.matter b/examples/chef/devices/rootnode_extendedcolorlight_8lcaaYJVAa.matter
index 0c2da0d..774e706 100644
--- a/examples/chef/devices/rootnode_extendedcolorlight_8lcaaYJVAa.matter
+++ b/examples/chef/devices/rootnode_extendedcolorlight_8lcaaYJVAa.matter
@@ -347,7 +347,7 @@
readonly attribute int16u clusterRevision = 65533;
}
-server cluster Basic = 40 {
+server cluster BasicInformation = 40 {
critical event StartUp = 0 {
INT32U softwareVersion = 0;
}
@@ -1463,7 +1463,7 @@
ram attribute clusterRevision default = 1;
}
- server cluster Basic {
+ server cluster BasicInformation {
callback attribute dataModelRevision default = 10;
callback attribute vendorName;
callback attribute vendorID;
diff --git a/examples/chef/devices/rootnode_extendedcolorlight_8lcaaYJVAa.zap b/examples/chef/devices/rootnode_extendedcolorlight_8lcaaYJVAa.zap
index 6654567..e0eae00 100644
--- a/examples/chef/devices/rootnode_extendedcolorlight_8lcaaYJVAa.zap
+++ b/examples/chef/devices/rootnode_extendedcolorlight_8lcaaYJVAa.zap
@@ -1,5 +1,5 @@
{
- "featureLevel": 82,
+ "featureLevel": 89,
"creator": "zap",
"keyValuePairs": [
{
@@ -1085,10 +1085,10 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
- "define": "BASIC_CLUSTER",
+ "define": "BASIC_INFORMATION_CLUSTER",
"side": "client",
"enabled": 0,
"attributes": [
@@ -1111,10 +1111,10 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
- "define": "BASIC_CLUSTER",
+ "define": "BASIC_INFORMATION_CLUSTER",
"side": "server",
"enabled": 1,
"attributes": [
@@ -6413,7 +6413,7 @@
"code": 15,
"mfgCode": null,
"side": "server",
- "type": "bitmap8",
+ "type": "LevelControlOptions",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
@@ -8410,6 +8410,5 @@
"endpointVersion": 1,
"deviceIdentifier": 269
}
- ],
- "log": []
-}
+ ]
+}
\ No newline at end of file
diff --git a/examples/chef/devices/rootnode_fan_7N2TobIlOX.matter b/examples/chef/devices/rootnode_fan_7N2TobIlOX.matter
index b015773..59b42de 100644
--- a/examples/chef/devices/rootnode_fan_7N2TobIlOX.matter
+++ b/examples/chef/devices/rootnode_fan_7N2TobIlOX.matter
@@ -191,7 +191,7 @@
readonly attribute int16u clusterRevision = 65533;
}
-server cluster Basic = 40 {
+server cluster BasicInformation = 40 {
struct CapabilityMinimaStruct {
int16u caseSessionsPerFabric = 0;
int16u subscriptionsPerFabric = 1;
@@ -1117,7 +1117,7 @@
ram attribute clusterRevision default = 1;
}
- server cluster Basic {
+ server cluster BasicInformation {
callback attribute dataModelRevision default = 10;
callback attribute vendorName;
callback attribute vendorID;
diff --git a/examples/chef/devices/rootnode_fan_7N2TobIlOX.zap b/examples/chef/devices/rootnode_fan_7N2TobIlOX.zap
index b1ad604..55cde99 100644
--- a/examples/chef/devices/rootnode_fan_7N2TobIlOX.zap
+++ b/examples/chef/devices/rootnode_fan_7N2TobIlOX.zap
@@ -1,5 +1,5 @@
{
- "featureLevel": 82,
+ "featureLevel": 89,
"creator": "zap",
"keyValuePairs": [
{
@@ -1133,10 +1133,10 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
- "define": "BASIC_CLUSTER",
+ "define": "BASIC_INFORMATION_CLUSTER",
"side": "client",
"enabled": 0,
"attributes": [
@@ -1159,10 +1159,10 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
- "define": "BASIC_CLUSTER",
+ "define": "BASIC_INFORMATION_CLUSTER",
"side": "server",
"enabled": 1,
"attributes": [
@@ -6316,6 +6316,5 @@
"endpointVersion": 1,
"deviceIdentifier": 43
}
- ],
- "log": []
-}
+ ]
+}
\ No newline at end of file
diff --git a/examples/chef/devices/rootnode_flowsensor_1zVxHedlaV.matter b/examples/chef/devices/rootnode_flowsensor_1zVxHedlaV.matter
index 71251a9..665d072 100644
--- a/examples/chef/devices/rootnode_flowsensor_1zVxHedlaV.matter
+++ b/examples/chef/devices/rootnode_flowsensor_1zVxHedlaV.matter
@@ -211,7 +211,7 @@
readonly attribute int16u clusterRevision = 65533;
}
-server cluster Basic = 40 {
+server cluster BasicInformation = 40 {
critical event StartUp = 0 {
INT32U softwareVersion = 0;
}
@@ -1074,7 +1074,7 @@
ram attribute clusterRevision default = 1;
}
- server cluster Basic {
+ server cluster BasicInformation {
callback attribute dataModelRevision default = 10;
callback attribute vendorName;
callback attribute vendorID;
diff --git a/examples/chef/devices/rootnode_flowsensor_1zVxHedlaV.zap b/examples/chef/devices/rootnode_flowsensor_1zVxHedlaV.zap
index c02cddf..08e484e 100644
--- a/examples/chef/devices/rootnode_flowsensor_1zVxHedlaV.zap
+++ b/examples/chef/devices/rootnode_flowsensor_1zVxHedlaV.zap
@@ -1,5 +1,5 @@
{
- "featureLevel": 82,
+ "featureLevel": 89,
"creator": "zap",
"keyValuePairs": [
{
@@ -1085,10 +1085,10 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
- "define": "BASIC_CLUSTER",
+ "define": "BASIC_INFORMATION_CLUSTER",
"side": "client",
"enabled": 0,
"attributes": [
@@ -1111,10 +1111,10 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
- "define": "BASIC_CLUSTER",
+ "define": "BASIC_INFORMATION_CLUSTER",
"side": "server",
"enabled": 1,
"attributes": [
@@ -6168,6 +6168,5 @@
"endpointVersion": 1,
"deviceIdentifier": 774
}
- ],
- "log": []
-}
+ ]
+}
\ No newline at end of file
diff --git a/examples/chef/devices/rootnode_heatingcoolingunit_ncdGai1E5a.matter b/examples/chef/devices/rootnode_heatingcoolingunit_ncdGai1E5a.matter
index c2f732c..eee4e47 100644
--- a/examples/chef/devices/rootnode_heatingcoolingunit_ncdGai1E5a.matter
+++ b/examples/chef/devices/rootnode_heatingcoolingunit_ncdGai1E5a.matter
@@ -340,7 +340,7 @@
readonly attribute int16u clusterRevision = 65533;
}
-server cluster Basic = 40 {
+server cluster BasicInformation = 40 {
critical event StartUp = 0 {
INT32U softwareVersion = 0;
}
@@ -1316,7 +1316,7 @@
ram attribute clusterRevision default = 1;
}
- server cluster Basic {
+ server cluster BasicInformation {
callback attribute dataModelRevision default = 10;
callback attribute vendorName;
callback attribute vendorID;
diff --git a/examples/chef/devices/rootnode_heatingcoolingunit_ncdGai1E5a.zap b/examples/chef/devices/rootnode_heatingcoolingunit_ncdGai1E5a.zap
index 5eed8a8..9fd12c9 100644
--- a/examples/chef/devices/rootnode_heatingcoolingunit_ncdGai1E5a.zap
+++ b/examples/chef/devices/rootnode_heatingcoolingunit_ncdGai1E5a.zap
@@ -1,5 +1,5 @@
{
- "featureLevel": 82,
+ "featureLevel": 89,
"creator": "zap",
"keyValuePairs": [
{
@@ -1085,10 +1085,10 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
- "define": "BASIC_CLUSTER",
+ "define": "BASIC_INFORMATION_CLUSTER",
"side": "client",
"enabled": 0,
"attributes": [
@@ -1111,10 +1111,10 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
- "define": "BASIC_CLUSTER",
+ "define": "BASIC_INFORMATION_CLUSTER",
"side": "server",
"enabled": 1,
"attributes": [
@@ -6345,7 +6345,7 @@
"code": 15,
"mfgCode": null,
"side": "server",
- "type": "bitmap8",
+ "type": "LevelControlOptions",
"included": 0,
"storageOption": "RAM",
"singleton": 0,
@@ -7471,7 +7471,7 @@
"code": 50,
"mfgCode": null,
"side": "server",
- "type": "utc",
+ "type": "epoch_s",
"included": 0,
"storageOption": "RAM",
"singleton": 0,
@@ -7988,6 +7988,5 @@
"endpointVersion": 1,
"deviceIdentifier": 768
}
- ],
- "log": []
-}
+ ]
+}
\ No newline at end of file
diff --git a/examples/chef/devices/rootnode_humiditysensor_Xyj4gda6Hb.matter b/examples/chef/devices/rootnode_humiditysensor_Xyj4gda6Hb.matter
index 2465a58..4f0c7c0 100644
--- a/examples/chef/devices/rootnode_humiditysensor_Xyj4gda6Hb.matter
+++ b/examples/chef/devices/rootnode_humiditysensor_Xyj4gda6Hb.matter
@@ -211,7 +211,7 @@
readonly attribute int16u clusterRevision = 65533;
}
-server cluster Basic = 40 {
+server cluster BasicInformation = 40 {
critical event StartUp = 0 {
INT32U softwareVersion = 0;
}
@@ -1074,7 +1074,7 @@
ram attribute clusterRevision default = 1;
}
- server cluster Basic {
+ server cluster BasicInformation {
callback attribute dataModelRevision default = 10;
callback attribute vendorName;
callback attribute vendorID;
diff --git a/examples/chef/devices/rootnode_humiditysensor_Xyj4gda6Hb.zap b/examples/chef/devices/rootnode_humiditysensor_Xyj4gda6Hb.zap
index 5401943..b40907a 100644
--- a/examples/chef/devices/rootnode_humiditysensor_Xyj4gda6Hb.zap
+++ b/examples/chef/devices/rootnode_humiditysensor_Xyj4gda6Hb.zap
@@ -1,5 +1,5 @@
{
- "featureLevel": 82,
+ "featureLevel": 89,
"creator": "zap",
"keyValuePairs": [
{
@@ -1085,10 +1085,10 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
- "define": "BASIC_CLUSTER",
+ "define": "BASIC_INFORMATION_CLUSTER",
"side": "client",
"enabled": 0,
"attributes": [
@@ -1111,10 +1111,10 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
- "define": "BASIC_CLUSTER",
+ "define": "BASIC_INFORMATION_CLUSTER",
"side": "server",
"enabled": 1,
"attributes": [
@@ -6168,6 +6168,5 @@
"endpointVersion": 1,
"deviceIdentifier": 775
}
- ],
- "log": []
-}
+ ]
+}
\ No newline at end of file
diff --git a/examples/chef/devices/rootnode_lightsensor_lZQycTFcJK.matter b/examples/chef/devices/rootnode_lightsensor_lZQycTFcJK.matter
index 6dbbbc8..993e09d 100644
--- a/examples/chef/devices/rootnode_lightsensor_lZQycTFcJK.matter
+++ b/examples/chef/devices/rootnode_lightsensor_lZQycTFcJK.matter
@@ -211,7 +211,7 @@
readonly attribute int16u clusterRevision = 65533;
}
-server cluster Basic = 40 {
+server cluster BasicInformation = 40 {
critical event StartUp = 0 {
INT32U softwareVersion = 0;
}
@@ -1078,7 +1078,7 @@
ram attribute clusterRevision default = 1;
}
- server cluster Basic {
+ server cluster BasicInformation {
callback attribute dataModelRevision default = 10;
callback attribute vendorName;
callback attribute vendorID;
diff --git a/examples/chef/devices/rootnode_lightsensor_lZQycTFcJK.zap b/examples/chef/devices/rootnode_lightsensor_lZQycTFcJK.zap
index 7a42a45..a8960bd 100644
--- a/examples/chef/devices/rootnode_lightsensor_lZQycTFcJK.zap
+++ b/examples/chef/devices/rootnode_lightsensor_lZQycTFcJK.zap
@@ -1,5 +1,5 @@
{
- "featureLevel": 82,
+ "featureLevel": 89,
"creator": "zap",
"keyValuePairs": [
{
@@ -1085,10 +1085,10 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
- "define": "BASIC_CLUSTER",
+ "define": "BASIC_INFORMATION_CLUSTER",
"side": "client",
"enabled": 0,
"attributes": [
@@ -1111,10 +1111,10 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
- "define": "BASIC_CLUSTER",
+ "define": "BASIC_INFORMATION_CLUSTER",
"side": "server",
"enabled": 1,
"attributes": [
@@ -6184,6 +6184,5 @@
"endpointVersion": 1,
"deviceIdentifier": 262
}
- ],
- "log": []
-}
+ ]
+}
\ No newline at end of file
diff --git a/examples/chef/devices/rootnode_occupancysensor_iHyVgifZuo.matter b/examples/chef/devices/rootnode_occupancysensor_iHyVgifZuo.matter
index 43f0dc4..aecd711 100644
--- a/examples/chef/devices/rootnode_occupancysensor_iHyVgifZuo.matter
+++ b/examples/chef/devices/rootnode_occupancysensor_iHyVgifZuo.matter
@@ -211,7 +211,7 @@
readonly attribute int16u clusterRevision = 65533;
}
-server cluster Basic = 40 {
+server cluster BasicInformation = 40 {
critical event StartUp = 0 {
INT32U softwareVersion = 0;
}
@@ -1073,7 +1073,7 @@
ram attribute clusterRevision default = 1;
}
- server cluster Basic {
+ server cluster BasicInformation {
callback attribute dataModelRevision default = 10;
callback attribute vendorName;
callback attribute vendorID;
diff --git a/examples/chef/devices/rootnode_occupancysensor_iHyVgifZuo.zap b/examples/chef/devices/rootnode_occupancysensor_iHyVgifZuo.zap
index 3413421..c6ff45d 100644
--- a/examples/chef/devices/rootnode_occupancysensor_iHyVgifZuo.zap
+++ b/examples/chef/devices/rootnode_occupancysensor_iHyVgifZuo.zap
@@ -1,5 +1,5 @@
{
- "featureLevel": 82,
+ "featureLevel": 89,
"creator": "zap",
"keyValuePairs": [
{
@@ -1085,10 +1085,10 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
- "define": "BASIC_CLUSTER",
+ "define": "BASIC_INFORMATION_CLUSTER",
"side": "client",
"enabled": 0,
"attributes": [
@@ -1111,10 +1111,10 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
- "define": "BASIC_CLUSTER",
+ "define": "BASIC_INFORMATION_CLUSTER",
"side": "server",
"enabled": 1,
"attributes": [
@@ -6296,6 +6296,5 @@
"endpointVersion": 1,
"deviceIdentifier": 263
}
- ],
- "log": []
-}
+ ]
+}
\ No newline at end of file
diff --git a/examples/chef/devices/rootnode_onofflight_bbs1b7IaOV.matter b/examples/chef/devices/rootnode_onofflight_bbs1b7IaOV.matter
index 0cb0145..45a58c4 100644
--- a/examples/chef/devices/rootnode_onofflight_bbs1b7IaOV.matter
+++ b/examples/chef/devices/rootnode_onofflight_bbs1b7IaOV.matter
@@ -347,7 +347,7 @@
readonly attribute int16u clusterRevision = 65533;
}
-server cluster Basic = 40 {
+server cluster BasicInformation = 40 {
critical event StartUp = 0 {
INT32U softwareVersion = 0;
}
@@ -1198,7 +1198,7 @@
ram attribute clusterRevision default = 1;
}
- server cluster Basic {
+ server cluster BasicInformation {
callback attribute dataModelRevision default = 10;
callback attribute vendorName;
callback attribute vendorID;
diff --git a/examples/chef/devices/rootnode_onofflight_bbs1b7IaOV.zap b/examples/chef/devices/rootnode_onofflight_bbs1b7IaOV.zap
index 2b9c494..db66e16 100644
--- a/examples/chef/devices/rootnode_onofflight_bbs1b7IaOV.zap
+++ b/examples/chef/devices/rootnode_onofflight_bbs1b7IaOV.zap
@@ -1,5 +1,5 @@
{
- "featureLevel": 82,
+ "featureLevel": 89,
"creator": "zap",
"keyValuePairs": [
{
@@ -1085,10 +1085,10 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
- "define": "BASIC_CLUSTER",
+ "define": "BASIC_INFORMATION_CLUSTER",
"side": "client",
"enabled": 0,
"attributes": [
@@ -1111,10 +1111,10 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
- "define": "BASIC_CLUSTER",
+ "define": "BASIC_INFORMATION_CLUSTER",
"side": "server",
"enabled": 1,
"attributes": [
@@ -6413,7 +6413,7 @@
"code": 15,
"mfgCode": null,
"side": "server",
- "type": "bitmap8",
+ "type": "LevelControlOptions",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
@@ -7292,6 +7292,5 @@
"endpointVersion": 1,
"deviceIdentifier": 256
}
- ],
- "log": []
-}
+ ]
+}
\ No newline at end of file
diff --git a/examples/chef/devices/rootnode_onofflightswitch_FsPlMr090Q.matter b/examples/chef/devices/rootnode_onofflightswitch_FsPlMr090Q.matter
index d82e6d9..d6420b0 100644
--- a/examples/chef/devices/rootnode_onofflightswitch_FsPlMr090Q.matter
+++ b/examples/chef/devices/rootnode_onofflightswitch_FsPlMr090Q.matter
@@ -290,7 +290,7 @@
readonly attribute int16u clusterRevision = 65533;
}
-server cluster Basic = 40 {
+server cluster BasicInformation = 40 {
critical event StartUp = 0 {
INT32U softwareVersion = 0;
}
@@ -1141,7 +1141,7 @@
ram attribute clusterRevision default = 1;
}
- server cluster Basic {
+ server cluster BasicInformation {
callback attribute dataModelRevision default = 10;
callback attribute vendorName;
callback attribute vendorID;
diff --git a/examples/chef/devices/rootnode_onofflightswitch_FsPlMr090Q.zap b/examples/chef/devices/rootnode_onofflightswitch_FsPlMr090Q.zap
index ee7c5ff..7b63664 100644
--- a/examples/chef/devices/rootnode_onofflightswitch_FsPlMr090Q.zap
+++ b/examples/chef/devices/rootnode_onofflightswitch_FsPlMr090Q.zap
@@ -1,5 +1,5 @@
{
- "featureLevel": 82,
+ "featureLevel": 89,
"creator": "zap",
"keyValuePairs": [
{
@@ -1085,10 +1085,10 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
- "define": "BASIC_CLUSTER",
+ "define": "BASIC_INFORMATION_CLUSTER",
"side": "client",
"enabled": 0,
"attributes": [
@@ -1111,10 +1111,10 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
- "define": "BASIC_CLUSTER",
+ "define": "BASIC_INFORMATION_CLUSTER",
"side": "server",
"enabled": 1,
"attributes": [
@@ -6413,7 +6413,7 @@
"code": 15,
"mfgCode": null,
"side": "server",
- "type": "bitmap8",
+ "type": "LevelControlOptions",
"included": 0,
"storageOption": "RAM",
"singleton": 0,
@@ -7292,6 +7292,5 @@
"endpointVersion": 1,
"deviceIdentifier": 259
}
- ],
- "log": []
-}
+ ]
+}
\ No newline at end of file
diff --git a/examples/chef/devices/rootnode_onoffpluginunit_Wtf8ss5EBY.matter b/examples/chef/devices/rootnode_onoffpluginunit_Wtf8ss5EBY.matter
index 90161aa..5558267 100644
--- a/examples/chef/devices/rootnode_onoffpluginunit_Wtf8ss5EBY.matter
+++ b/examples/chef/devices/rootnode_onoffpluginunit_Wtf8ss5EBY.matter
@@ -248,7 +248,7 @@
readonly attribute int16u clusterRevision = 65533;
}
-server cluster Basic = 40 {
+server cluster BasicInformation = 40 {
critical event StartUp = 0 {
INT32U softwareVersion = 0;
}
@@ -1099,7 +1099,7 @@
ram attribute clusterRevision default = 1;
}
- server cluster Basic {
+ server cluster BasicInformation {
callback attribute dataModelRevision default = 10;
callback attribute vendorName;
callback attribute vendorID;
diff --git a/examples/chef/devices/rootnode_onoffpluginunit_Wtf8ss5EBY.zap b/examples/chef/devices/rootnode_onoffpluginunit_Wtf8ss5EBY.zap
index 9b09c58..896114c 100644
--- a/examples/chef/devices/rootnode_onoffpluginunit_Wtf8ss5EBY.zap
+++ b/examples/chef/devices/rootnode_onoffpluginunit_Wtf8ss5EBY.zap
@@ -1,5 +1,5 @@
{
- "featureLevel": 82,
+ "featureLevel": 89,
"creator": "zap",
"keyValuePairs": [
{
@@ -1085,10 +1085,10 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
- "define": "BASIC_CLUSTER",
+ "define": "BASIC_INFORMATION_CLUSTER",
"side": "client",
"enabled": 0,
"attributes": [
@@ -1111,10 +1111,10 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
- "define": "BASIC_CLUSTER",
+ "define": "BASIC_INFORMATION_CLUSTER",
"side": "server",
"enabled": 1,
"attributes": [
@@ -6413,7 +6413,7 @@
"code": 15,
"mfgCode": null,
"side": "server",
- "type": "bitmap8",
+ "type": "LevelControlOptions",
"included": 0,
"storageOption": "RAM",
"singleton": 0,
@@ -6968,6 +6968,5 @@
"endpointVersion": 1,
"deviceIdentifier": 266
}
- ],
- "log": []
-}
+ ]
+}
\ No newline at end of file
diff --git a/examples/chef/devices/rootnode_pressuresensor_s0qC9wLH4k.matter b/examples/chef/devices/rootnode_pressuresensor_s0qC9wLH4k.matter
index 8d42299..c6ebe07 100644
--- a/examples/chef/devices/rootnode_pressuresensor_s0qC9wLH4k.matter
+++ b/examples/chef/devices/rootnode_pressuresensor_s0qC9wLH4k.matter
@@ -216,7 +216,7 @@
readonly attribute int16u clusterRevision = 65533;
}
-server cluster Basic = 40 {
+server cluster BasicInformation = 40 {
critical event StartUp = 0 {
INT32U softwareVersion = 0;
}
@@ -1083,7 +1083,7 @@
ram attribute clusterRevision default = 1;
}
- server cluster Basic {
+ server cluster BasicInformation {
callback attribute dataModelRevision default = 10;
callback attribute vendorName;
callback attribute vendorID;
diff --git a/examples/chef/devices/rootnode_pressuresensor_s0qC9wLH4k.zap b/examples/chef/devices/rootnode_pressuresensor_s0qC9wLH4k.zap
index 7d48e7f..5862b26 100644
--- a/examples/chef/devices/rootnode_pressuresensor_s0qC9wLH4k.zap
+++ b/examples/chef/devices/rootnode_pressuresensor_s0qC9wLH4k.zap
@@ -1,5 +1,5 @@
{
- "featureLevel": 82,
+ "featureLevel": 89,
"creator": "zap",
"keyValuePairs": [
{
@@ -1085,10 +1085,10 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
- "define": "BASIC_CLUSTER",
+ "define": "BASIC_INFORMATION_CLUSTER",
"side": "client",
"enabled": 0,
"attributes": [
@@ -1111,10 +1111,10 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
- "define": "BASIC_CLUSTER",
+ "define": "BASIC_INFORMATION_CLUSTER",
"side": "server",
"enabled": 1,
"attributes": [
@@ -6248,6 +6248,5 @@
"endpointVersion": 1,
"deviceIdentifier": 773
}
- ],
- "log": []
-}
+ ]
+}
\ No newline at end of file
diff --git a/examples/chef/devices/rootnode_speaker_RpzeXdimqA.matter b/examples/chef/devices/rootnode_speaker_RpzeXdimqA.matter
index 4bd96a0..218f76f 100644
--- a/examples/chef/devices/rootnode_speaker_RpzeXdimqA.matter
+++ b/examples/chef/devices/rootnode_speaker_RpzeXdimqA.matter
@@ -338,7 +338,7 @@
readonly attribute int16u clusterRevision = 65533;
}
-server cluster Basic = 40 {
+server cluster BasicInformation = 40 {
critical event StartUp = 0 {
INT32U softwareVersion = 0;
}
@@ -1189,7 +1189,7 @@
ram attribute clusterRevision default = 1;
}
- server cluster Basic {
+ server cluster BasicInformation {
callback attribute dataModelRevision default = 10;
callback attribute vendorName;
callback attribute vendorID;
diff --git a/examples/chef/devices/rootnode_speaker_RpzeXdimqA.zap b/examples/chef/devices/rootnode_speaker_RpzeXdimqA.zap
index 0512c45..ff9e37a 100644
--- a/examples/chef/devices/rootnode_speaker_RpzeXdimqA.zap
+++ b/examples/chef/devices/rootnode_speaker_RpzeXdimqA.zap
@@ -1,5 +1,5 @@
{
- "featureLevel": 82,
+ "featureLevel": 89,
"creator": "zap",
"keyValuePairs": [
{
@@ -1085,10 +1085,10 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
- "define": "BASIC_CLUSTER",
+ "define": "BASIC_INFORMATION_CLUSTER",
"side": "client",
"enabled": 0,
"attributes": [
@@ -1111,10 +1111,10 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
- "define": "BASIC_CLUSTER",
+ "define": "BASIC_INFORMATION_CLUSTER",
"side": "server",
"enabled": 1,
"attributes": [
@@ -5845,7 +5845,7 @@
"code": 15,
"mfgCode": null,
"side": "server",
- "type": "bitmap8",
+ "type": "LevelControlOptions",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
@@ -6400,6 +6400,5 @@
"endpointVersion": 1,
"deviceIdentifier": 34
}
- ],
- "log": []
-}
+ ]
+}
\ No newline at end of file
diff --git a/examples/chef/devices/rootnode_temperaturesensor_Qy1zkNW7c3.matter b/examples/chef/devices/rootnode_temperaturesensor_Qy1zkNW7c3.matter
index 01536ea..614cce0 100644
--- a/examples/chef/devices/rootnode_temperaturesensor_Qy1zkNW7c3.matter
+++ b/examples/chef/devices/rootnode_temperaturesensor_Qy1zkNW7c3.matter
@@ -211,7 +211,7 @@
readonly attribute int16u clusterRevision = 65533;
}
-server cluster Basic = 40 {
+server cluster BasicInformation = 40 {
critical event StartUp = 0 {
INT32U softwareVersion = 0;
}
@@ -1073,7 +1073,7 @@
ram attribute clusterRevision default = 1;
}
- server cluster Basic {
+ server cluster BasicInformation {
callback attribute dataModelRevision default = 10;
callback attribute vendorName;
callback attribute vendorID;
diff --git a/examples/chef/devices/rootnode_temperaturesensor_Qy1zkNW7c3.zap b/examples/chef/devices/rootnode_temperaturesensor_Qy1zkNW7c3.zap
index 324c56e..1fc5fd0 100644
--- a/examples/chef/devices/rootnode_temperaturesensor_Qy1zkNW7c3.zap
+++ b/examples/chef/devices/rootnode_temperaturesensor_Qy1zkNW7c3.zap
@@ -1,5 +1,5 @@
{
- "featureLevel": 82,
+ "featureLevel": 89,
"creator": "zap",
"keyValuePairs": [
{
@@ -1085,10 +1085,10 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
- "define": "BASIC_CLUSTER",
+ "define": "BASIC_INFORMATION_CLUSTER",
"side": "client",
"enabled": 0,
"attributes": [
@@ -1111,10 +1111,10 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
- "define": "BASIC_CLUSTER",
+ "define": "BASIC_INFORMATION_CLUSTER",
"side": "server",
"enabled": 1,
"attributes": [
@@ -6168,6 +6168,5 @@
"endpointVersion": 1,
"deviceIdentifier": 770
}
- ],
- "log": []
-}
+ ]
+}
\ No newline at end of file
diff --git a/examples/chef/devices/rootnode_thermostat_bm3fb8dhYi.matter b/examples/chef/devices/rootnode_thermostat_bm3fb8dhYi.matter
index dcec562..99cef50 100644
--- a/examples/chef/devices/rootnode_thermostat_bm3fb8dhYi.matter
+++ b/examples/chef/devices/rootnode_thermostat_bm3fb8dhYi.matter
@@ -198,7 +198,7 @@
readonly attribute int16u clusterRevision = 65533;
}
-server cluster Basic = 40 {
+server cluster BasicInformation = 40 {
critical event StartUp = 0 {
INT32U softwareVersion = 0;
}
@@ -1211,7 +1211,7 @@
ram attribute clusterRevision default = 1;
}
- server cluster Basic {
+ server cluster BasicInformation {
callback attribute dataModelRevision default = 10;
callback attribute vendorName;
callback attribute vendorID;
diff --git a/examples/chef/devices/rootnode_thermostat_bm3fb8dhYi.zap b/examples/chef/devices/rootnode_thermostat_bm3fb8dhYi.zap
index d0278af..ecc339f 100644
--- a/examples/chef/devices/rootnode_thermostat_bm3fb8dhYi.zap
+++ b/examples/chef/devices/rootnode_thermostat_bm3fb8dhYi.zap
@@ -1,5 +1,5 @@
{
- "featureLevel": 82,
+ "featureLevel": 89,
"creator": "zap",
"keyValuePairs": [
{
@@ -1085,10 +1085,10 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
- "define": "BASIC_CLUSTER",
+ "define": "BASIC_INFORMATION_CLUSTER",
"side": "client",
"enabled": 0,
"attributes": [
@@ -1111,10 +1111,10 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
- "define": "BASIC_CLUSTER",
+ "define": "BASIC_INFORMATION_CLUSTER",
"side": "server",
"enabled": 1,
"attributes": [
@@ -7059,7 +7059,7 @@
"code": 50,
"mfgCode": null,
"side": "server",
- "type": "utc",
+ "type": "epoch_s",
"included": 0,
"storageOption": "RAM",
"singleton": 0,
@@ -7648,6 +7648,5 @@
"endpointVersion": 1,
"deviceIdentifier": 769
}
- ],
- "log": []
-}
+ ]
+}
\ No newline at end of file
diff --git a/examples/chef/devices/rootnode_windowcovering_RLCxaGi9Yx.matter b/examples/chef/devices/rootnode_windowcovering_RLCxaGi9Yx.matter
index f61138c..637104a 100644
--- a/examples/chef/devices/rootnode_windowcovering_RLCxaGi9Yx.matter
+++ b/examples/chef/devices/rootnode_windowcovering_RLCxaGi9Yx.matter
@@ -198,7 +198,7 @@
readonly attribute int16u clusterRevision = 65533;
}
-server cluster Basic = 40 {
+server cluster BasicInformation = 40 {
critical event StartUp = 0 {
INT32U softwareVersion = 0;
}
@@ -1191,7 +1191,7 @@
ram attribute clusterRevision default = 1;
}
- server cluster Basic {
+ server cluster BasicInformation {
callback attribute dataModelRevision default = 10;
callback attribute vendorName;
callback attribute vendorID;
diff --git a/examples/chef/devices/rootnode_windowcovering_RLCxaGi9Yx.zap b/examples/chef/devices/rootnode_windowcovering_RLCxaGi9Yx.zap
index 70eba61..b2e73a9 100644
--- a/examples/chef/devices/rootnode_windowcovering_RLCxaGi9Yx.zap
+++ b/examples/chef/devices/rootnode_windowcovering_RLCxaGi9Yx.zap
@@ -1,5 +1,5 @@
{
- "featureLevel": 82,
+ "featureLevel": 89,
"creator": "zap",
"keyValuePairs": [
{
@@ -1085,10 +1085,10 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
- "define": "BASIC_CLUSTER",
+ "define": "BASIC_INFORMATION_CLUSTER",
"side": "client",
"enabled": 0,
"attributes": [
@@ -1111,10 +1111,10 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
- "define": "BASIC_CLUSTER",
+ "define": "BASIC_INFORMATION_CLUSTER",
"side": "server",
"enabled": 1,
"attributes": [
@@ -6850,6 +6850,5 @@
"endpointVersion": 1,
"deviceIdentifier": 514
}
- ],
- "log": []
-}
+ ]
+}
\ No newline at end of file
diff --git a/examples/chef/sample_app_util/test_files/sample_zap_file.zap b/examples/chef/sample_app_util/test_files/sample_zap_file.zap
index 0d24e4a..4ae4707 100644
--- a/examples/chef/sample_app_util/test_files/sample_zap_file.zap
+++ b/examples/chef/sample_app_util/test_files/sample_zap_file.zap
@@ -1140,7 +1140,7 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
"define": "BASIC_CLUSTER",
@@ -1167,7 +1167,7 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
"define": "BASIC_CLUSTER",
@@ -6590,7 +6590,7 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
"define": "BASIC_CLUSTER",
@@ -6617,7 +6617,7 @@
]
},
{
- "name": "Basic",
+ "name": "Basic Information",
"code": 40,
"mfgCode": null,
"define": "BASIC_CLUSTER",
diff --git a/examples/chef/sample_app_util/test_files/sample_zap_file_hashmeta.yaml b/examples/chef/sample_app_util/test_files/sample_zap_file_hashmeta.yaml
index b42a98e..bb39542 100644
--- a/examples/chef/sample_app_util/test_files/sample_zap_file_hashmeta.yaml
+++ b/examples/chef/sample_app_util/test_files/sample_zap_file_hashmeta.yaml
@@ -10,7 +10,7 @@
AdministratorCommissioning/60:
attributes:
FeatureMap/65532: '0'
- Basic/40:
+ BasicInformation/40:
attributes:
FeatureMap/65532: '0'
Descriptor/29: