Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update structure of JSON data #1

Open
sjwang90 opened this issue Oct 20, 2022 · 0 comments
Open

update structure of JSON data #1

sjwang90 opened this issue Oct 20, 2022 · 0 comments

Comments

@sjwang90
Copy link

@Jayclifford345 Can we update the structure of the json data coming from the simulator from what we agreed to in Slack? We're going to use this as a guide for users to connect to.

{
   "device":{
      "generator_id":"generator1",
      "coord":[
         {
            "deployment-type":"production",
            "lat":40.68066,
            "lon":-73.47429
         },
         {
            "deployment-type":"development",
            "lat":39.68066,
            "lon":-73.47429
         }
      ]
   },
   "payload":{
      "Temperature":186,
      "Power":186,
      "Load":2,
      "Fuel":277
   }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant