File tree 2 files changed +34
-7
lines changed
examples/camera-app/camera-common
2 files changed +34
-7
lines changed Original file line number Diff line number Diff line change @@ -2481,6 +2481,9 @@ endpoint 0 {
2481
2481
handle command UpdateFabricLabel;
2482
2482
handle command RemoveFabric;
2483
2483
handle command AddTrustedRootCertificate;
2484
+ handle command SetVidVerificationStatement;
2485
+ handle command SignVidVerificationRequest;
2486
+ handle command SignVidVerificationResponse;
2484
2487
}
2485
2488
2486
2489
server cluster GroupKeyManagement {
Original file line number Diff line number Diff line change 4091
4091
" source" : " client" ,
4092
4092
" isIncoming" : 1 ,
4093
4093
" 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
4094
4118
}
4095
4119
],
4096
4120
" attributes" : [
4619
4643
" deviceIdentifiers" : [
4620
4644
322
4621
4645
],
4622
- " deviceTypeName" : " MA-rootdevice " ,
4646
+ " deviceTypeName" : " MA-camera " ,
4623
4647
" deviceTypeCode" : 322 ,
4624
4648
" deviceTypeProfileId" : 259 ,
4625
4649
" clusters" : [
5322
5346
" storageOption" : " External" ,
5323
5347
" singleton" : 0 ,
5324
5348
" bounded" : 0 ,
5325
- " defaultValue" : " " ,
5349
+ " defaultValue" : null ,
5326
5350
" reportable" : 1 ,
5327
5351
" minInterval" : 1 ,
5328
5352
" maxInterval" : 65534 ,
5338
5362
" storageOption" : " External" ,
5339
5363
" singleton" : 0 ,
5340
5364
" bounded" : 0 ,
5341
- " defaultValue" : " " ,
5365
+ " defaultValue" : null ,
5342
5366
" reportable" : 1 ,
5343
5367
" minInterval" : 1 ,
5344
5368
" maxInterval" : 65534 ,
5354
5378
" storageOption" : " External" ,
5355
5379
" singleton" : 0 ,
5356
5380
" bounded" : 0 ,
5357
- " defaultValue" : " " ,
5381
+ " defaultValue" : null ,
5358
5382
" reportable" : 1 ,
5359
5383
" minInterval" : 1 ,
5360
5384
" maxInterval" : 65534 ,
5370
5394
" storageOption" : " External" ,
5371
5395
" singleton" : 0 ,
5372
5396
" bounded" : 0 ,
5373
- " defaultValue" : " " ,
5397
+ " defaultValue" : null ,
5374
5398
" reportable" : 1 ,
5375
5399
" minInterval" : 1 ,
5376
5400
" maxInterval" : 65534 ,
5386
5410
" storageOption" : " External" ,
5387
5411
" singleton" : 0 ,
5388
5412
" bounded" : 0 ,
5389
- " defaultValue" : " " ,
5413
+ " defaultValue" : null ,
5390
5414
" reportable" : 1 ,
5391
5415
" minInterval" : 1 ,
5392
5416
" maxInterval" : 65534 ,
5402
5426
" storageOption" : " External" ,
5403
5427
" singleton" : 0 ,
5404
5428
" bounded" : 0 ,
5405
- " defaultValue" : " " ,
5429
+ " defaultValue" : null ,
5406
5430
" reportable" : 1 ,
5407
5431
" minInterval" : 1 ,
5408
5432
" maxInterval" : 65534 ,
You can’t perform that action at this time.
0 commit comments