Last active
December 1, 2018 23:55
-
-
Save Fleker/382bedb18d88057083c473d3a5f6e6d9 to your computer and use it in GitHub Desktop.
Returns toggles
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": { | |
"agentUserId": "1836.15267389", | |
"devices": [{ | |
"id": "123", | |
"type": "action.devices.types.CAMERA", | |
"traits": [ | |
"action.devices.traits.Toggles" | |
], | |
"name": { | |
"defaultNames": ["Felker Corp Camera"], | |
"name": "front camera", | |
"nicknames": ["camera"] | |
}, | |
"willReportState": false, | |
"attributes": { | |
"availableToggles": [{ | |
"name": "Night", | |
"name_values": [{ | |
"name_synonym": ["night"], | |
"lang": "en" | |
}, { | |
"name_synonym": ["おやすみ"], | |
"lang": "ja" | |
}] | |
}, { | |
"name": "recording", | |
"name_values": [{ | |
"name_synonym": ["recording", "monitoring"], | |
"lang": "en" | |
}, { | |
"name_synonym": ["サイレント"], | |
"lang": "ja" | |
}] | |
}] | |
}, | |
"deviceInfo": { | |
"manufacturer": "Felker Corp", | |
"model": "233451", | |
"hwVersion": "3.2", | |
"swVersion": "11.4" | |
} | |
}] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment