Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct topic and payload in registration in reference c8y-mapper guide #2827

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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