Skip to content

Commit

Permalink
Merge pull request #2827 from rina23q/docs/2807/correct-reference-c8y…
Browse files Browse the repository at this point in the history
…-mapper-registration-description

Correct topic and payload in registration in reference c8y-mapper guide
  • Loading branch information
rina23q authored Apr 18, 2024
2 parents 03850e4 + d939454 commit b3594ef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/src/references/mappers/c8y-mapper.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The registration messages received for child devices and services are mapped as
**%%te%% (input)**

```text title="Topic"
te/device/child01
te/device/child01//
```

```json5 title="Payload"
Expand All @@ -49,7 +49,7 @@ c8y/s/us
```

```text title="Payload"
101,<main-device-id>:device:child01,SmartHomeHub
101,<main-device-id>:device:child01,child01,SmartHomeHub
```

</div>
Expand All @@ -64,7 +64,7 @@ with devices using the same name in other tedge deployments connected to the sam
**%%te%% (input)**

```text title="Topic"
te/device/child01
te/device/child01//
```

```json5 title="Payload"
Expand All @@ -87,7 +87,7 @@ c8y/s/us
```

```text title="Payload"
101,child01,SmartHomeHub
101,child01,child01,SmartHomeHub
```

</div>
Expand All @@ -101,7 +101,7 @@ Where the provided `@id` is directly used as the external id.
**%%te%% (input)**

```text title="Topic"
te/device/nested_child01
te/device/nested_child01//
```

```json5 title="Payload"
Expand Down

0 comments on commit b3594ef

Please sign in to comment.