Last active
July 22, 2016 13:22
-
-
Save snodnipper/22606f5dfa30a23c64ac0f6f30ed9472 to your computer and use it in GitHub Desktop.
hack day "demo" smart building sensor data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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