Skip to content

Commit a22c9fb

Browse files
author
abdulla-ashurov
committed
Add a new flag to the section Compliance in transactions.md
1 parent 68b6c29 commit a22c9fb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/transactions.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,8 @@ from the revocation list.
429429
- programType `optional(string)` - optional field describing the program type
430430
- programTypeVersion `optional(string)` - optional field describing the program type version
431431
- 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
433434
- In State:
434435
- `compliance/ComplianceInfo/value/<vid>/<pid>/<softwareVersion>/<certificationType>`
435436
- `compliance/CertifiedModel/value/<vid>/<pid>/<softwareVersion>/<certificationType>`
@@ -438,7 +439,7 @@ from the revocation list.
438439
- CLI command:
439440
- `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>`
440441
- 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>`
442443

443444
#### REVOKE_MODEL_CERTIFICATION
444445

@@ -497,7 +498,8 @@ Can not be set if there is already a certification record on the ledger (certifi
497498
- programType `optional(string)` - optional field describing the program type
498499
- programTypeVersion `optional(string)` - optional field describing the program type version
499500
- 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
501503
- In State:
502504
- `compliance/ComplianceInfo/value/<vid>/<pid>/<softwareVersion>/<certificationType>`
503505
- `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
506508
- CLI command:
507509
- `dcld tx compliance provision-model --vid=<uint16> --pid=<uint16> --softwareVersion=<uint32> --certificationType=<matter|zigbee|access control|product security> --provisionalDate=<rfc3339 encoded date> --from=<account>`
508510
- 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>`
510512

511513
#### GET_CERTIFIED_MODEL
512514

0 commit comments

Comments
 (0)