Skip to content

Commit

Permalink
Fix SenML names and timestamps
Browse files Browse the repository at this point in the history
  • Loading branch information
akeranen committed Oct 23, 2023
1 parent fcbf8ee commit ca78321
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions draft-ietf-core-coap-pubsub.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
}

Expand Down Expand Up @@ -835,7 +835,7 @@ Example:
Max-Age: 15

{
"n": "temperature",
"n": "coap://dev1.example.com/temperature",
"u": "Cel",
"t": 1621452122,
"v": 23.5
Expand Down

0 comments on commit ca78321

Please sign in to comment.