Advertisement
Guest User

Untitled

a guest
Sep 28th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. {
  2. "messageType":"FEATURE_SET_ATTRIBUTES",
  3. "nodes":{
  4. "::20d:6f00:bc6:3ac2":{
  5. "http://alertme.com/schema/json/feature/node.feature.heat_cool_thermostat.v1.json#":{
  6. "schedule":{
  7. "value":{
  8. "setpoints":[
  9. {
  10. "dayIndex":1,
  11. "time":"06:30",
  12. "actions":[
  13. {
  14. "featureType":"http://alertme.com/schema/json/feature/node.feature.heat_cool_thermostat.v1.json#",
  15. "attribute":"targetHeatTemperature",
  16. "value":"\"10.0\""
  17. }
  18. ]
  19. },
  20. {
  21. "dayIndex":1,
  22. "time":"07:30",
  23. "actions":[
  24. {
  25. "featureType":"http://alertme.com/schema/json/feature/node.feature.heat_cool_thermostat.v1.json#",
  26. "attribute":"targetHeatTemperature",
  27. "value":"'15.0'"
  28. }
  29. ]
  30. },
  31. {
  32. "dayIndex":1,
  33. "time":"16:30",
  34. "actions":[
  35. {
  36. "featureType":"http://alertme.com/schema/json/feature/node.feature.heat_cool_thermostat.v1.json#",
  37. "attribute":"targetHeatTemperature",
  38. "value":"'20.0'"
  39. }
  40. ]
  41. }
  42. ],
  43. "name":"Thermostat Schedule",
  44. "scheduleType":"http://alertmecom/schema/configuration/configurationevice.schedule.weekly.v1.json#"
  45. }
  46. },
  47. "operatingMode":{
  48. "value":"SCHEDULE",
  49. "changeComment":"Change to schedule"
  50. }
  51. }
  52. }
  53. },
  54. "nodeAddress":"::20d:6f00:bc6:3ac2",
  55. "transactionID":"11111111-1111-1111-1111-111111111111"
  56. }”
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement