Advertisement
Guest User

Untitled

a guest
Dec 29th, 2018
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. {
  2. "event": {
  3. "header": {
  4. "messageId": "239bb30e-817a-4189-9a87-8a0017f8ebd5",
  5. "name": "Discover.Response",
  6. "namespace": "Alexa.Discovery",
  7. "payloadVersion": "3"
  8. },
  9. "payload": {
  10. "endpoints": [
  11. {
  12. "additionalApplianceDetails": {},
  13. "capabilities": [
  14. {
  15. "interface": "Alexa.PowerController",
  16. "properties": {
  17. "proactivelyReported": false,
  18. "retrievable": true,
  19. "supported": [
  20. {
  21. "name": "powerState"
  22. }
  23. ]
  24. },
  25. "type": "AlexaInterface",
  26. "version": "3"
  27. }
  28. ],
  29. "description": "switch.light_bedroom",
  30. "displayCategories": [
  31. "SWITCH"
  32. ],
  33. "endpointId": "switch#light_bedroom",
  34. "friendlyName": "Light Bedroom",
  35. "manufacturerName": "Home Assistant"
  36. }
  37. ]
  38. }
  39. }
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement