-
Notifications
You must be signed in to change notification settings - Fork 42
Closed
Labels
Milestone
Description
I think the payload examples in Section 6 - Payloads are incorrect. They currently (for example) look like this:
{
"name": "bdSeq",
"timestamp": 1486144502122,
"dataType": "Uint64",
"value": 0
}
and I think they should be:
{
"name": "bdSeq",
"timestamp": 1486144502122,
"dataType": 8,
"value": 0
}
Is that right? I'm happy to go and make the changes and submit a pull request, just wanted to get agreement first that it's correct.
pietercardoen