Skip to content

Instantly share code, notes, and snippets.

@snodnipper
Last active July 22, 2016 13:22
Show Gist options
  • Save snodnipper/22606f5dfa30a23c64ac0f6f30ed9472 to your computer and use it in GitHub Desktop.
Save snodnipper/22606f5dfa30a23c64ac0f6f30ed9472 to your computer and use it in GitHub Desktop.
hack day "demo" smart building sensor data
{
"meeting_rooms": {
"total_rooms": 50,
"available": 5
},
"restaurant": {
"special": "Fish and Chips!",
"special_image": "http://uploads.webflow.com/558957bd52a311f7085f767d/55983c6c6b6ebb72637456f8_codandchips.png"
},
"is_service_desk": {
"current_request_level": "medium"
},
"employment_events": [
"Thank you Guy Heathcote (29 years of service today)"
],
"sales": {
"today_sterling": 400000,
"yesterday_sterling": 300000,
"on_target": "yes/no"
},
"os_maps": {
"active_users_now": 45
},
"corporate_events": [
"OS Labs Hackday",
"OS Fun Run",
"OS Volleyball Tournament"
],
"local_events": [
"Community Fair at Hoglands Park",
"Celebrating Queens Park",
"Big Fun Run"
],
"staff_mood": {
"text": "Great!",
"image": "https://openclipart.org/image/300px/svg_to_png/205652/Awesome-smiley.png"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment