Guest User

Untitled

a guest
Jun 18th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. {
  2. "devices":[
  3. {
  4. "device_id":"[DEVICE_ID]",
  5. "entity_name":"[ENTITY_ID]",
  6. "entity_type":"thing",
  7. "timezone":"America/Fortaleza",
  8. "endpoint":"10.7.108.53:5000",
  9. "attributes":[
  10. {
  11. "object_id":"s",
  12. "name":"state",
  13. "type":"bool"
  14. }
  15. ],
  16. "commands":[
  17. {
  18. "name":"change_state",
  19. "type":"command",
  20. "value":"[DEVICE_ID]@change_state|%s"
  21. }
  22. ],
  23. "static_attributes":[
  24. {
  25. "name":"id",
  26. "type":"string",
  27. "value":"[DEVICE_ID]"
  28. }
  29. ]
  30. }
  31. ]
  32. }
Add Comment
Please, Sign In to add comment