Skip to content

Incorrect datatype in payload examples #185

@stmccartneyncc

Description

@stmccartneyncc

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions