Created
September 3, 2017 11:49
-
-
Save chris-gunawardena/37690d5ecc849450ed986aa50bc3b902 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
{ | |
"requestId": "ff36a3cc-ec34-11e6-b1a0-64510650abcf", | |
"payload": { | |
"devices": [{ | |
"id": "456", | |
"type": "action.devices.types.LIGHT", | |
"traits": [ | |
"action.devices.traits.OnOff", | |
"action.devices.traits.Brightness", | |
"action.devices.traits.ColorSpectrum" | |
], | |
"name": { | |
"name": "kitchen light" | |
}, | |
"willReportState": true | |
}] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment