Skip to content

Instantly share code, notes, and snippets.

@thomasmichaelwallace
Created April 30, 2019 08:02
Show Gist options
  • Save thomasmichaelwallace/6e61215dd9f3a33f528576800a315e55 to your computer and use it in GitHub Desktop.
Save thomasmichaelwallace/6e61215dd9f3a33f528576800a315e55 to your computer and use it in GitHub Desktop.
Made up test data.
[
{ "id": "device-one", "temperature": { "min": 5, "max": 30 }, "label": "14 Air Street" },
{ "id": "device-two", "temperature": { "min": 1, "max": 29 }, "label": "25 Rose Road" },
{ "id": "device-three", "temperature": { "min": 4, "max": 31 }, "label": "14 Brick Street" },
{ "id": "device-four", "temperature": { "min": -1, "max": 15 }, "label": "17 Mull Street" },
{ "id": "device-five", "temperature": { "min": 0, "max": 20 }, "label": "15 Raid Drive" },
{ "id": "device-six", "temperature": { "min": 10, "max": 22 }, "label": "26 Air Street" },
{ "id": "device-seven", "temperature": { "min": 4, "max": 33 }, "label": "34 Box Road" },
{ "id": "device-eight", "temperature": { "min": 0, "max": 29 }, "label": "114 Rosebery Street" },
{ "id": "device-nine", "temperature": { "min": 8, "max": 25 }, "label": "182 Basil Street" },
{ "id": "device-ten", "temperature": { "min": 3, "max": 27 }, "label": "9 Drury Terrace" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment