Skip to content

Commit

Permalink
Correct topic and payload in registration in reference c8y-mapper guide
Browse files Browse the repository at this point in the history
Signed-off-by: Rina Fujino <[email protected]>
  • Loading branch information
rina23q committed Apr 18, 2024
1 parent 03850e4 commit d939454
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 d939454

Please sign in to comment.