From ca783216693aef25474a80ac8acbd7b8b752bba9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ari=20Ker=C3=A4nen?= Date: Mon, 23 Oct 2023 11:49:54 +0300 Subject: [PATCH] Fix SenML names and timestamps --- draft-ietf-core-coap-pubsub.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/draft-ietf-core-coap-pubsub.md b/draft-ietf-core-coap-pubsub.md index c2bed29..f432187 100644 --- a/draft-ietf-core-coap-pubsub.md +++ b/draft-ietf-core-coap-pubsub.md @@ -689,7 +689,7 @@ Example of first publication: Content-Format: 110 { - "n": "temperature", + "n": "coap://dev1.example.com/temperature", "u": "Cel", "t": 1621452122, "v": 23.5 @@ -708,9 +708,9 @@ Example of subsequent publication: Content-Format: 110 { - "n": "temperature", + "n": "coap://dev1.example.com/temperature", "u": "Cel", - "t": 182734122, + "t": 1621452149, "v": 22.5 } @@ -835,7 +835,7 @@ Example: Max-Age: 15 { - "n": "temperature", + "n": "coap://dev1.example.com/temperature", "u": "Cel", "t": 1621452122, "v": 23.5