Skip to content

Commit

Permalink
Add state example for measurement event type (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
garethsb authored and mjeras committed Jul 18, 2019
1 parent 98bc9ae commit 3ab3c09
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions examples/eventsapi-state-number-measurement-get-200.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"identity": {
"source_id": "f9c7b88b-1846-43d9-9e53-c230e77d91ac"
},
"event_type": "number/temperature/C",
"timing": {
"creation_timestamp": "1532504241:104000200"
},
"payload": {
"value": 201,
"scale": 10
},
"message_type": "state"
}

0 comments on commit 3ab3c09

Please sign in to comment.