@@ -429,7 +429,8 @@ from the revocation list.
429
429
- programType ` optional(string) ` - optional field describing the program type
430
430
- programTypeVersion ` optional(string) ` - optional field describing the program type version
431
431
- transport ` optional(string) ` - optional field describing the transport
432
- - parentChild ` optional(string) ` - optional field describing the parent/child - Currently 'parent' and 'child' types are supported.
432
+ - parentChild ` optional(string) ` - optional field describing the parent/child - Currently 'parent' and 'child' types are supported
433
+ - certificationIDOfSoftwareComponent ` optional(string) ` - optional field describing the certification ID of software component
433
434
- In State:
434
435
- ` compliance/ComplianceInfo/value/<vid>/<pid>/<softwareVersion>/<certificationType> `
435
436
- ` compliance/CertifiedModel/value/<vid>/<pid>/<softwareVersion>/<certificationType> `
@@ -438,7 +439,7 @@ from the revocation list.
438
439
- CLI command:
439
440
- ` 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
441
- CLI command full:
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
+ - ` 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> --certificationIDOfSoftwareComponent=<string> -- from=<account> `
442
443
443
444
#### REVOKE_MODEL_CERTIFICATION
444
445
@@ -497,7 +498,8 @@ Can not be set if there is already a certification record on the ledger (certifi
497
498
- programType ` optional(string) ` - optional field describing the program type
498
499
- programTypeVersion ` optional(string) ` - optional field describing the program type version
499
500
- transport ` optional(string) ` - optional field describing the transport
500
- - parentChild ` optional(string) ` - optional field describing the parent/child - Currently 'parent' and 'child' types are supported.
501
+ - parentChild ` optional(string) ` - optional field describing the parent/child - Currently 'parent' and 'child' types are supported
502
+ - certificationIDOfSoftwareComponent ` optional(string) ` - optional field describing the certification ID of software component
501
503
- In State:
502
504
- ` compliance/ComplianceInfo/value/<vid>/<pid>/<softwareVersion>/<certificationType> `
503
505
- ` compliance/ProvisionalModel/value/<vid>/<pid>/<softwareVersion>/<certificationType> `
@@ -506,7 +508,7 @@ Can not be set if there is already a certification record on the ledger (certifi
506
508
- CLI command:
507
509
- ` 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
510
- CLI command full:
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> `
511
+ - ` 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> --certificationIDOfSoftwareComponent=<string> -- from=<account> `
510
512
511
513
#### GET_CERTIFIED_MODEL
512
514
0 commit comments