Skip to content

Commit 64371db

Browse files
committed
Fix conformance
1 parent c82226b commit 64371db

File tree

2 files changed

+34
-7
lines changed

2 files changed

+34
-7
lines changed

examples/camera-app/camera-common/camera-app.matter

+3
Original file line numberDiff line numberDiff line change
@@ -2481,6 +2481,9 @@ endpoint 0 {
24812481
handle command UpdateFabricLabel;
24822482
handle command RemoveFabric;
24832483
handle command AddTrustedRootCertificate;
2484+
handle command SetVidVerificationStatement;
2485+
handle command SignVidVerificationRequest;
2486+
handle command SignVidVerificationResponse;
24842487
}
24852488

24862489
server cluster GroupKeyManagement {

examples/camera-app/camera-common/camera-app.zap

+31-7
Original file line numberDiff line numberDiff line change
@@ -4091,6 +4091,30 @@
40914091
"source": "client",
40924092
"isIncoming": 1,
40934093
"isEnabled": 1
4094+
},
4095+
{
4096+
"name": "SetVidVerificationStatement",
4097+
"code": 12,
4098+
"mfgCode": null,
4099+
"source": "client",
4100+
"isIncoming": 1,
4101+
"isEnabled": 1
4102+
},
4103+
{
4104+
"name": "SignVidVerificationRequest",
4105+
"code": 13,
4106+
"mfgCode": null,
4107+
"source": "client",
4108+
"isIncoming": 1,
4109+
"isEnabled": 1
4110+
},
4111+
{
4112+
"name": "SignVidVerificationResponse",
4113+
"code": 14,
4114+
"mfgCode": null,
4115+
"source": "server",
4116+
"isIncoming": 0,
4117+
"isEnabled": 1
40944118
}
40954119
],
40964120
"attributes": [
@@ -4619,7 +4643,7 @@
46194643
"deviceIdentifiers": [
46204644
322
46214645
],
4622-
"deviceTypeName": "MA-rootdevice",
4646+
"deviceTypeName": "MA-camera",
46234647
"deviceTypeCode": 322,
46244648
"deviceTypeProfileId": 259,
46254649
"clusters": [
@@ -5322,7 +5346,7 @@
53225346
"storageOption": "External",
53235347
"singleton": 0,
53245348
"bounded": 0,
5325-
"defaultValue": "",
5349+
"defaultValue": null,
53265350
"reportable": 1,
53275351
"minInterval": 1,
53285352
"maxInterval": 65534,
@@ -5338,7 +5362,7 @@
53385362
"storageOption": "External",
53395363
"singleton": 0,
53405364
"bounded": 0,
5341-
"defaultValue": "",
5365+
"defaultValue": null,
53425366
"reportable": 1,
53435367
"minInterval": 1,
53445368
"maxInterval": 65534,
@@ -5354,7 +5378,7 @@
53545378
"storageOption": "External",
53555379
"singleton": 0,
53565380
"bounded": 0,
5357-
"defaultValue": "",
5381+
"defaultValue": null,
53585382
"reportable": 1,
53595383
"minInterval": 1,
53605384
"maxInterval": 65534,
@@ -5370,7 +5394,7 @@
53705394
"storageOption": "External",
53715395
"singleton": 0,
53725396
"bounded": 0,
5373-
"defaultValue": "",
5397+
"defaultValue": null,
53745398
"reportable": 1,
53755399
"minInterval": 1,
53765400
"maxInterval": 65534,
@@ -5386,7 +5410,7 @@
53865410
"storageOption": "External",
53875411
"singleton": 0,
53885412
"bounded": 0,
5389-
"defaultValue": "",
5413+
"defaultValue": null,
53905414
"reportable": 1,
53915415
"minInterval": 1,
53925416
"maxInterval": 65534,
@@ -5402,7 +5426,7 @@
54025426
"storageOption": "External",
54035427
"singleton": 0,
54045428
"bounded": 0,
5405-
"defaultValue": "",
5429+
"defaultValue": null,
54065430
"reportable": 1,
54075431
"minInterval": 1,
54085432
"maxInterval": 65534,

0 commit comments

Comments
 (0)