@@ -416,8 +416,8 @@ from the revocation list.
416
416
- softwareVersion: ` uint32 ` - model software version
417
417
- softwareVersionSting: ` string ` - model software version string
418
418
- certificationDate: ` string ` - The date of model certification (rfc3339 encoded), for example 2019-10-12T07:20:50.52Z
419
- - certificationType: ` string ` - Certification type - Currently 'zigbee' and 'matter' types are supported
420
- - cdCertificationId : ` string ` - CD Certification ID
419
+ - certificationType: ` string ` - Certification type - Currently 'zigbee', 'matter', 'access control', 'product security ' types are supported
420
+ - cdCertificateId : ` string ` - CD Certificate ID
421
421
- reason ` optional(string) ` - optional comment describing the reason of the certification
422
422
- cDVersionNumber ` optional(uint32) ` - optional field describing the CD version number
423
423
- familyId ` optional(string) ` - optional field describing the family ID
@@ -436,9 +436,9 @@ from the revocation list.
436
436
- Who can send:
437
437
- CertificationCenter
438
438
- CLI command:
439
- - ` dcld tx compliance certify-model --vid=<uint16> --pid=<uint16> --softwareVersion=<uint32> --softwareVersionString=<string> --certificationType=<matter|zigbee> --certificationDate=<rfc3339 encoded date> --cdCertificationId =<string> --from=<account> `
439
+ - ` dcld tx compliance certify-model --vid=<uint16> --pid=<uint16> --softwareVersion=<uint32> --softwareVersionString=<string> --certificationType=<matter|zigbee|access control|product security > --certificationDate=<rfc3339 encoded date> --cdCertificateId =<string> --from=<account> `
440
440
- CLI command full:
441
- - ` dcld tx compliance certify-model --vid=<uint16> --pid=<uint16> --softwareVersion=<uint32> --softwareVersionString=<string> --certificationType=<matter|zigbee> --certificationDate=<rfc3339 encoded date> --cdCertificationId =<string> --reason=<string> --cDVersionNumber=<uint32> --familyId=<string> --supportedClusters=<string> --compliantPlatformUsed=<string> --compliantPlatformVersion=<string> --OSVersion=<string> --certificationRoute=<string> --programType=<string> --programTypeVersion=<string> --transport=<string> --parentChild=<string> --from=<account> `
441
+ - ` dcld tx compliance certify-model --vid=<uint16> --pid=<uint16> --softwareVersion=<uint32> --softwareVersionString=<string> --certificationType=<matter|zigbee|access control|product security > --certificationDate=<rfc3339 encoded date> --cdCertificateId =<string> --reason=<string> --cDVersionNumber=<uint32> --familyId=<string> --supportedClusters=<string> --compliantPlatformUsed=<string> --compliantPlatformVersion=<string> --OSVersion=<string> --certificationRoute=<string> --programType=<string> --programTypeVersion=<string> --transport=<string> --parentChild=<string> --from=<account> `
442
442
443
443
#### REVOKE_MODEL_CERTIFICATION
444
444
@@ -458,15 +458,15 @@ is written on the ledger (`CERTIFY_MODEL` was called), or
458
458
- softwareVersion: ` uint32 ` - model software version
459
459
- softwareVersionSting: ` string ` - model software version string
460
460
- revocationDate: ` string ` - The date of model revocation (rfc3339 encoded), for example 2019-10-12T07:20:50.52Z
461
- - certificationType: ` string ` - Certification type - Currently 'zigbee' and 'matter' types are supported
461
+ - certificationType: ` string ` - Certification type - Currently 'zigbee' and 'matter', 'access control', 'product security' types are supported
462
462
- reason ` optional(string) ` - optional comment describing the reason of revocation
463
463
- In State:
464
464
- ` compliance/ComplianceInfo/value/<vid>/<pid>/<softwareVersion>/<certificationType> `
465
465
- ` compliance/RevokedModel/value/<vid>/<pid>/<softwareVersion>/<certificationType> `
466
466
- Who can send:
467
467
- CertificationCenter
468
468
- CLI command:
469
- - ` dcld tx compliance revoke-model --vid=<uint16> --pid=<uint16> --softwareVersion=<uint32> --certificationType=<matter|zigbee> --revocationDate=<rfc3339 encoded date> --reason=<string> --from=<account> `
469
+ - ` dcld tx compliance revoke-model --vid=<uint16> --pid=<uint16> --softwareVersion=<uint32> --certificationType=<matter|zigbee|access control|product security > --revocationDate=<rfc3339 encoded date> --reason=<string> --from=<account> `
470
470
471
471
#### PROVISION_MODEL
472
472
@@ -484,8 +484,8 @@ Can not be set if there is already a certification record on the ledger (certifi
484
484
- softwareVersion: ` uint32 ` - model software version
485
485
- softwareVersionSting: ` string ` - model software version string
486
486
- provisionalDate: ` string ` - The date of model provisioning (rfc3339 encoded), for example 2019-10-12T07:20:50.52Z
487
- - certificationType: ` string ` - Certification type - Currently 'zigbee' and 'matter' types are supported
488
- - cdCertificationId : ` string ` - CD Certification ID
487
+ - certificationType: ` string ` - Certification type - Currently 'zigbee' and 'matter', 'access control', 'product security' types are supported
488
+ - cdCertificateId : ` string ` - CD Certificate ID
489
489
- reason ` optional(string) ` - optional comment describing the reason of revocation
490
490
- cDVersionNumber ` optional(uint32) ` - optional field describing the CD version number
491
491
- familyId ` optional(string) ` - optional field describing the family ID
@@ -504,9 +504,9 @@ Can not be set if there is already a certification record on the ledger (certifi
504
504
- Who can send:
505
505
- CertificationCenter
506
506
- CLI command:
507
- - ` dcld tx compliance provision-model --vid=<uint16> --pid=<uint16> --softwareVersion=<uint32> --certificationType=<matter|zigbee> --provisionalDate=<rfc3339 encoded date> --from=<account> `
507
+ - ` dcld tx compliance provision-model --vid=<uint16> --pid=<uint16> --softwareVersion=<uint32> --certificationType=<matter|zigbee|access control|product security > --provisionalDate=<rfc3339 encoded date> --from=<account> `
508
508
- CLI command full:
509
- - ` dcld tx compliance provision-model --vid=<uint16> --pid=<uint16> --softwareVersion=<uint32> --certificationType=<matter|zigbee> --provisionalDate=<rfc3339 encoded date> --cdCertificationId =<string> --reason=<string> --cDVersionNumber=<uint32> --familyId=<string> --supportedClusters=<string> --compliantPlatformUsed=<string> --compliantPlatformVersion=<string> --OSVersion=<string> --certificationRoute=<string> --programType=<string> --programTypeVersion=<string> --transport=<string> --parentChild=<string> --from=<account> `
509
+ - ` dcld tx compliance provision-model --vid=<uint16> --pid=<uint16> --softwareVersion=<uint32> --certificationType=<matter|zigbee|access control|product security > --provisionalDate=<rfc3339 encoded date> --cdCertificateId =<string> --reason=<string> --cDVersionNumber=<uint32> --familyId=<string> --supportedClusters=<string> --compliantPlatformUsed=<string> --compliantPlatformVersion=<string> --OSVersion=<string> --certificationRoute=<string> --programType=<string> --programTypeVersion=<string> --transport=<string> --parentChild=<string> --from=<account> `
510
510
511
511
#### GET_CERTIFIED_MODEL
512
512
@@ -530,7 +530,7 @@ You can use `GET_COMPLICE_INFO` method to get the whole compliance information.
530
530
- softwareVersion: ` uint32 ` - model software version
531
531
- certification_type: ` string ` - Certification type - Currently 'zigbee' and 'matter' types are supported
532
532
- CLI command:
533
- - ` dcld query compliance certified-model --vid=<uint16> --pid=<uint16> --softwareVersion=<uint32> --certificationType=<zigbee|matter> `
533
+ - ` dcld query compliance certified-model --vid=<uint16> --pid=<uint16> --softwareVersion=<uint32> --certificationType=<zigbee|matter|access control|product security > `
534
534
- REST API:
535
535
- GET ` /dcl/compliance/certified-models/{vid}/{pid}/{software_version}/{certification_type} `
536
536
@@ -555,7 +555,7 @@ You can use `GET_COMPLICE_INFO` method to get the whole compliance information.
555
555
- softwareVersion: ` uint32 ` - model software version
556
556
- certification_type: ` string ` - Certification type - Currently 'zigbee' and 'matter' types are supported
557
557
- CLI command:
558
- - ` dcld query compliance revoked-model --vid=<uint16> --pid=<uint16> --softwareVersion=<uint32> --certificationType=<zigbee|matter> `
558
+ - ` dcld query compliance revoked-model --vid=<uint16> --pid=<uint16> --softwareVersion=<uint32> --certificationType=<zigbee|matter|access control|product security > `
559
559
- REST API:
560
560
- GET ` /dcl/compliance/revoked-models/{vid}/{pid}/{software_version}/{certification_type} `
561
561
@@ -577,7 +577,7 @@ You can use `GET_COMPLICE_INFO` method to get the whole compliance information.
577
577
- softwareVersion: ` uint32 ` - model software version
578
578
- certification_type: ` string ` - Certification type - Currently 'zigbee' and 'matter' types are supported
579
579
- CLI command:
580
- - ` dcld query compliance provisional-model --vid=<uint16> --pid=<uint16> --softwareVersion=<uint32> --certificationType=<zigbee|matter> `
580
+ - ` dcld query compliance provisional-model --vid=<uint16> --pid=<uint16> --softwareVersion=<uint32> --certificationType=<zigbee|matter|access control|product security > `
581
581
- REST API:
582
582
- GET ` /dcl/compliance/provisional-models/{vid}/{pid}/{software_version}/{certification_type} `
583
583
@@ -598,24 +598,24 @@ This function responds with `NotFound` (404 code) if compliance information is n
598
598
- softwareVersion: ` uint32 ` - model software version
599
599
- certification_type: ` string ` - Certification type - Currently 'zigbee' and 'matter' types are supported
600
600
- CLI command:
601
- - ` dcld query compliance compliance-info --vid=<uint16> --pid=<uint16> --softwareVersion=<uint32> --certificationType=<zigbee|matter> `
601
+ - ` dcld query compliance compliance-info --vid=<uint16> --pid=<uint16> --softwareVersion=<uint32> --certificationType=<zigbee|matter|access control|product security > `
602
602
- REST API:
603
603
- GET ` /dcl/compliance/compliance-info/{vid}/{pid}/{software_version}/{certification_type} `
604
604
605
605
#### GET_DEVICE_SOFTWARE_COMPLIANCE
606
606
607
607
** Status: Implemented**
608
608
609
- Gets device software compliance associated with the ` cDCertificationId ` .
609
+ Gets device software compliance associated with the ` cDCertificateId ` .
610
610
611
611
This function responds with ` NotFound ` (404 code) if device software compliance is not found in store.
612
612
613
613
- Parameters:
614
- - cDCertificationId : ` string ` - CD Certification ID
614
+ - cDCertificateId : ` string ` - CD Certificate ID
615
615
- CLI command:
616
- - ` dcld query compliance device-software-compliance --cDCertificationId =<string> `
616
+ - ` dcld query compliance device-software-compliance --cDCertificateId =<string> `
617
617
- REST API:
618
- - GET ` /dcl/compliance/device-software-compliance/{cDCertificationId } `
618
+ - GET ` /dcl/compliance/device-software-compliance/{cDCertificateId } `
619
619
620
620
#### GET_ALL_CERTIFIED_MODELS
621
621
0 commit comments