From d939454f5b2c7bb1226df09e30cbcbf2456b563f Mon Sep 17 00:00:00 2001 From: Rina Fujino Date: Thu, 18 Apr 2024 09:42:04 +0000 Subject: [PATCH] Correct topic and payload in registration in reference c8y-mapper guide Signed-off-by: Rina Fujino --- docs/src/references/mappers/c8y-mapper.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/src/references/mappers/c8y-mapper.md b/docs/src/references/mappers/c8y-mapper.md index 60b1ff62372..dde6b962e32 100644 --- a/docs/src/references/mappers/c8y-mapper.md +++ b/docs/src/references/mappers/c8y-mapper.md @@ -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" @@ -49,7 +49,7 @@ c8y/s/us ``` ```text title="Payload" -101,:device:child01,SmartHomeHub +101,:device:child01,child01,SmartHomeHub ``` @@ -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" @@ -87,7 +87,7 @@ c8y/s/us ``` ```text title="Payload" -101,child01,SmartHomeHub +101,child01,child01,SmartHomeHub ``` @@ -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"