diff --git a/examples/contact-sensor-app/bouffalolab/data_model/contact-sensor-app.matter b/examples/contact-sensor-app/bouffalolab/data_model/contact-sensor-app.matter index f12c88c86598a1..38f62673b4e5b7 100644 --- a/examples/contact-sensor-app/bouffalolab/data_model/contact-sensor-app.matter +++ b/examples/contact-sensor-app/bouffalolab/data_model/contact-sensor-app.matter @@ -833,7 +833,6 @@ cluster GeneralCommissioning = 48 { provisional readonly attribute access(read: administer) optional int16u TCMinRequiredVersion = 6; provisional readonly attribute access(read: administer) optional bitmap16 TCAcknowledgements = 7; provisional readonly attribute access(read: administer) optional boolean TCAcknowledgementsRequired = 8; - provisional readonly attribute access(read: administer) optional int32u TCUpdateDeadline = 9; readonly attribute command_id generatedCommandList[] = 65528; readonly attribute command_id acceptedCommandList[] = 65529; readonly attribute event_id eventList[] = 65530; @@ -1241,7 +1240,7 @@ cluster GeneralDiagnostics = 51 { /** Take a snapshot of system time and epoch time. */ command TimeSnapshot(): TimeSnapshotResponse = 1; /** Request a variable length payload response. */ - command access(invoke: manage) PayloadTestRequest(PayloadTestRequestRequest): PayloadTestResponse = 3; + command PayloadTestRequest(PayloadTestRequestRequest): PayloadTestResponse = 3; } /** 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 { readonly attribute access(read: administer) optional MonitoringRegistrationStruct registeredClients[] = 3; readonly attribute access(read: administer) optional int32u ICDCounter = 4; readonly attribute optional int16u clientsSupportedPerFabric = 5; - readonly attribute optional UserActiveModeTriggerBitmap userActiveModeTriggerHint = 6; - readonly attribute optional char_string<128> userActiveModeTriggerInstruction = 7; - readonly attribute optional OperatingModeEnum operatingMode = 8; - readonly attribute optional int32u maximumCheckInBackOff = 9; + provisional readonly attribute optional UserActiveModeTriggerBitmap userActiveModeTriggerHint = 6; + provisional readonly attribute optional char_string<128> userActiveModeTriggerInstruction = 7; + provisional readonly attribute optional OperatingModeEnum operatingMode = 8; + provisional readonly attribute optional int32u maximumCheckInBackOff = 9; readonly attribute command_id generatedCommandList[] = 65528; readonly attribute command_id acceptedCommandList[] = 65529; readonly attribute event_id eventList[] = 65530; diff --git a/examples/contact-sensor-app/bouffalolab/data_model/contact-sensor-app.zap b/examples/contact-sensor-app/bouffalolab/data_model/contact-sensor-app.zap index bce092c500a726..64b82d1d73bb0d 100644 --- a/examples/contact-sensor-app/bouffalolab/data_model/contact-sensor-app.zap +++ b/examples/contact-sensor-app/bouffalolab/data_model/contact-sensor-app.zap @@ -1,6 +1,6 @@ { "fileFormat": 2, - "featureLevel": 104, + "featureLevel": 103, "creator": "zap", "keyValuePairs": [ { @@ -41,16 +41,14 @@ "code": 22, "profileId": 259, "label": "MA-rootdevice", - "name": "MA-rootdevice", - "deviceTypeOrder": 0 + "name": "MA-rootdevice" }, "deviceTypes": [ { "code": 22, "profileId": 259, "label": "MA-rootdevice", - "name": "MA-rootdevice", - "deviceTypeOrder": 0 + "name": "MA-rootdevice" } ], "deviceVersions": [ @@ -3973,16 +3971,14 @@ "code": 21, "profileId": 259, "label": "MA-contactsensor", - "name": "MA-contactsensor", - "deviceTypeOrder": 0 + "name": "MA-contactsensor" }, "deviceTypes": [ { "code": 21, "profileId": 259, "label": "MA-contactsensor", - "name": "MA-contactsensor", - "deviceTypeOrder": 0 + "name": "MA-contactsensor" } ], "deviceVersions": [ @@ -4515,4 +4511,4 @@ "parentEndpointIdentifier": null } ] -} \ No newline at end of file +} diff --git a/scripts/setup/requirements.bouffalolab.txt b/scripts/setup/requirements.bouffalolab.txt index 933330c0a4ad82..2abdd5f27c873a 100644 --- a/scripts/setup/requirements.bouffalolab.txt +++ b/scripts/setup/requirements.bouffalolab.txt @@ -4,4 +4,5 @@ ecdsa>=0.18.0 qrcode==7.4.2 bitarray==2.6.0 python_stdnum==1.18 -pycryptodome>=3.20.0 \ No newline at end of file +pycryptodome>=3.20.0 +construct>=2.10.70 \ No newline at end of file