Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
saudkhan116 authored May 17, 2024
1 parent 7757f7f commit 70ef559
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions dpp-tutorial/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ For creating the Car passport digital twin use [this template](./resources/digit

* Generate a new UUID4 in this [uuid generator page](https://www.uuidgenerator.net/version4)

* Paste it on digital twin "globalAssetId" with this format `urn:uuid:<your uuid>`

* As digital twin "id" add with this schema: `urn:uuid:<your group name>`

* Create Part Instance Id of your choice and add to `specificAssetIds["name=partInstanceId"].value
Expand Down
2 changes: 1 addition & 1 deletion dpp-tutorial/digital-twin-provision.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Replace the following placeholders:
```bash
<PART_INSTANCE_ID> -> the value of part instance written on datasheet
<PART_NAME> -> the part number is written on the datasheet from a part
<DT_UUID> -> the UUID written on datasheet
<UUID> -> the UUID written on datasheet
```

## 3º Add Digital Twin into Digital Twin Registry (DTR)
Expand Down
2 changes: 1 addition & 1 deletion dpp-tutorial/resources/digital-twins/car-dt-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}
],
"displayName": [],
"globalAssetId": "<UUID>",
"globalAssetId": "urn:uuid:e5ab3398-bde1-4ef2-bb70-fd6dd1138e59",
"idShort": "Car",
"id": "UUID",
"specificAssetIds": [
Expand Down
4 changes: 2 additions & 2 deletions dpp-tutorial/resources/digital-twins/example-dt.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"description": [
{
"language": "en",
"text": "DPP Digital Twin"
"text": "Car/part Digital Twin"
}
],
"displayName": [],
"globalAssetId": "urn:uuid:e5ab3398-bde1-4ef2-bb70-fd6dd1138e59",
"idShort": "<PART_NAME>",
"id": "<DT_UUID>",
"id": "<UUID>",
"specificAssetIds": [
{
"name": "partInstanceId",
Expand Down

0 comments on commit 70ef559

Please sign in to comment.