Last active
August 29, 2015 14:07
-
-
Save mdobson/836e1ce6c4c33f475994 to your computer and use it in GitHub Desktop.
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
{ | |
"class": [ | |
"device" | |
], | |
"properties": { | |
"bulbId": "2", | |
"bulbName": "Zetta Demo", | |
"id": "53ff47ba-0364-4b11-abc0-58bec65f1cf3", | |
"type": "huebulb", | |
"name": "Hue Bulb Zetta Demo", | |
"state": "colorloop" | |
}, | |
"actions": [ | |
{ | |
"name": "turn-on", | |
"method": "POST", | |
"href": "http://zetta-cloud-2.herokuapp.com/servers/660a5acf-21af-42c7-882b-ba9d995f43a7/devices/53ff47ba-0364-4b11-abc0-58bec65f1cf3", | |
"fields": [ | |
{ | |
"name": "action", | |
"type": "hidden", | |
"value": "turn-on" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment