Skip to content

Commit 11cebf5

Browse files
committed
change contact sensor zap to version 103
1 parent a3380db commit 11cebf5

File tree

3 files changed

+13
-17
lines changed

3 files changed

+13
-17
lines changed

examples/contact-sensor-app/bouffalolab/data_model/contact-sensor-app.matter

+5-6
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,6 @@ cluster GeneralCommissioning = 48 {
833833
provisional readonly attribute access(read: administer) optional int16u TCMinRequiredVersion = 6;
834834
provisional readonly attribute access(read: administer) optional bitmap16 TCAcknowledgements = 7;
835835
provisional readonly attribute access(read: administer) optional boolean TCAcknowledgementsRequired = 8;
836-
provisional readonly attribute access(read: administer) optional int32u TCUpdateDeadline = 9;
837836
readonly attribute command_id generatedCommandList[] = 65528;
838837
readonly attribute command_id acceptedCommandList[] = 65529;
839838
readonly attribute event_id eventList[] = 65530;
@@ -1241,7 +1240,7 @@ cluster GeneralDiagnostics = 51 {
12411240
/** Take a snapshot of system time and epoch time. */
12421241
command TimeSnapshot(): TimeSnapshotResponse = 1;
12431242
/** Request a variable length payload response. */
1244-
command access(invoke: manage) PayloadTestRequest(PayloadTestRequestRequest): PayloadTestResponse = 3;
1243+
command PayloadTestRequest(PayloadTestRequestRequest): PayloadTestResponse = 3;
12451244
}
12461245

12471246
/** The Software Diagnostics Cluster provides a means to acquire standardized diagnostics metrics that MAY be used by a Node to assist a user or Administrative Node in diagnosing potential problems. */
@@ -1809,10 +1808,10 @@ cluster IcdManagement = 70 {
18091808
readonly attribute access(read: administer) optional MonitoringRegistrationStruct registeredClients[] = 3;
18101809
readonly attribute access(read: administer) optional int32u ICDCounter = 4;
18111810
readonly attribute optional int16u clientsSupportedPerFabric = 5;
1812-
readonly attribute optional UserActiveModeTriggerBitmap userActiveModeTriggerHint = 6;
1813-
readonly attribute optional char_string<128> userActiveModeTriggerInstruction = 7;
1814-
readonly attribute optional OperatingModeEnum operatingMode = 8;
1815-
readonly attribute optional int32u maximumCheckInBackOff = 9;
1811+
provisional readonly attribute optional UserActiveModeTriggerBitmap userActiveModeTriggerHint = 6;
1812+
provisional readonly attribute optional char_string<128> userActiveModeTriggerInstruction = 7;
1813+
provisional readonly attribute optional OperatingModeEnum operatingMode = 8;
1814+
provisional readonly attribute optional int32u maximumCheckInBackOff = 9;
18161815
readonly attribute command_id generatedCommandList[] = 65528;
18171816
readonly attribute command_id acceptedCommandList[] = 65529;
18181817
readonly attribute event_id eventList[] = 65530;

examples/contact-sensor-app/bouffalolab/data_model/contact-sensor-app.zap

+6-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"fileFormat": 2,
3-
"featureLevel": 104,
3+
"featureLevel": 103,
44
"creator": "zap",
55
"keyValuePairs": [
66
{
@@ -41,16 +41,14 @@
4141
"code": 22,
4242
"profileId": 259,
4343
"label": "MA-rootdevice",
44-
"name": "MA-rootdevice",
45-
"deviceTypeOrder": 0
44+
"name": "MA-rootdevice"
4645
},
4746
"deviceTypes": [
4847
{
4948
"code": 22,
5049
"profileId": 259,
5150
"label": "MA-rootdevice",
52-
"name": "MA-rootdevice",
53-
"deviceTypeOrder": 0
51+
"name": "MA-rootdevice"
5452
}
5553
],
5654
"deviceVersions": [
@@ -3973,16 +3971,14 @@
39733971
"code": 21,
39743972
"profileId": 259,
39753973
"label": "MA-contactsensor",
3976-
"name": "MA-contactsensor",
3977-
"deviceTypeOrder": 0
3974+
"name": "MA-contactsensor"
39783975
},
39793976
"deviceTypes": [
39803977
{
39813978
"code": 21,
39823979
"profileId": 259,
39833980
"label": "MA-contactsensor",
3984-
"name": "MA-contactsensor",
3985-
"deviceTypeOrder": 0
3981+
"name": "MA-contactsensor"
39863982
}
39873983
],
39883984
"deviceVersions": [
@@ -4515,4 +4511,4 @@
45154511
"parentEndpointIdentifier": null
45164512
}
45174513
]
4518-
}
4514+
}

scripts/setup/requirements.bouffalolab.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ ecdsa>=0.18.0
44
qrcode==7.4.2
55
bitarray==2.6.0
66
python_stdnum==1.18
7-
pycryptodome>=3.20.0
7+
pycryptodome>=3.20.0
8+
construct>=2.10.70

0 commit comments

Comments
 (0)