Skip to content

Instantly share code, notes, and snippets.

@Fleker
Last active November 27, 2018 07:08
Show Gist options
  • Save Fleker/5e3b0e2604c31c6e31b4723d9a273397 to your computer and use it in GitHub Desktop.
Save Fleker/5e3b0e2604c31c6e31b4723d9a273397 to your computer and use it in GitHub Desktop.
Return modes in a sync request
{
"requestId": "ff36a3cc-ec34–11e6-b1a0–64510650abcf",
"inputs": [{
"intent": "action.devices.EXECUTE",
"payload": {
"commands": [{
"devices": [{
"id": "123",
}],
"execution": [{
"command": "action.devices.commands.SetModes",
"params": {
"updateModeSettings": {
"load": "small"
}
}
}]
}]
}
}]
}
{
"requestId": "ff36a3cc-ec34–11e6-b1a0–64510650abcf",
"inputs": [{
"intent": "action.devices.EXECUTE",
"payload": {
"commands": [{
"devices": [{
"id": "123",
}],
"execution": [{
"command": "action.devices.commands.SetToggles",
"params": {
"updateToggleSettings": {
"recording": true
}
}
}]
}]
}
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment