Skip to content

Commit 96f795a

Browse files
committed
#703 Update docs
Signed-off-by: Abdulbois <abdulbois.tursunov@dsr-corporation.com>
1 parent 7a4031a commit 96f795a

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,4 +232,4 @@ the following instructions from [how-to.md](docs/how-to.md) can be used for ever
232232
- [CometBFT](https://cometbft.com/)
233233
- [Cosmos SDK](https://cosmos.network/sdk)
234234
- [Ledger Nano Support](docs/ledger-nano.md)
235-
- [Schema Mappings against CHIP/Matter Specification](docs/mapping_against_matter_spec.md)
235+
- [Mapping DCL Entities to Matter Specification](docs/mapping_against_matter_spec.md)

docs/mapping_against_matter_spec.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Mapping DCL Schemas to Matter Specification
1+
# Mapping DCL Entities to Matter Specification
22

33
This document describes how DCL records and entities map to the Matter [specification](https://github.com/CHIP-Specifications/connectedhomeip-spec/blob/master/src/service_device_management/DistributedComplianceLedger.adoc#ref_DistributedComplianceLedger).
44

@@ -40,7 +40,3 @@ Below is the list of notes to consider while mapping DCL Compliance module to Ma
4040
- [Revoked Model](transactions/compliance.md#GET_REVOKED_MODEL) can be used to retrieve/check the software version certification of particular device in `revoked` state
4141
- [Compliance Info](transactions/compliance.md#GET_COMPLIANCE_INFO) can be used to get the full compliance(including certification state) information of a particular device software version, bypassing state check query calls mentioned above
4242
- [Device Software Compliance](transactions/compliance.md#GET_DEVICE_SOFTWARE_COMPLIANCE) can be used to get all compliance records associated with [CD Certificate ID](https://github.com/CHIP-Specifications/connectedhomeip-spec/blob/master/src/service_device_management/DistributedComplianceLedger.adoc#83-cdcertificateid)
43-
44-
#### To get more details about DCL, please see or use the below links.
45-
- [Useful documents](../README.md#useful-links)
46-
- [Transactions and Queries](transactions.md)

docs/transactions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ See use case sequence diagrams for the examples of how transaction can be used.
1515
* [Validator Node](#validator-node)
1616
* [Upgrade](#upgrade)
1717
5. [Extensions](#extensions)
18+
6. [Mapping DCL Entities to Matter Specification](mapping_against_matter_spec.md)
1819

1920
## General
2021

0 commit comments

Comments
 (0)