Advertisement
Guest User

Untitled

a guest
Aug 24th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. {
  2. "username":"Environmental Bot",
  3. "icon_emoji":":thermometer:",
  4. "attachments":[
  5. {
  6. "color":"{newspace_colour}",
  7. "title":"New Space",
  8. "text":"Note: The outside temperature sensor at Hackspace3 is positioned in an area that receives direct sunlight.",
  9. "mrkdwn_in":[
  10. "text",
  11. "pretext"
  12. ],
  13. "ts":"{timecode}",
  14. "fields":[
  15. {
  16. "title":"Inside Temperature",
  17. "value":"{newspace_inside} {degrees}C",
  18. "short":true
  19. },
  20. {
  21. "title":"Outside Temperature",
  22. "value":"{newspace_outside} {degrees}C",
  23. "short":true
  24. },
  25. {
  26. "title":"Inside Dust Density",
  27. "value":"{newspace_inside_dust}",
  28. "short":true
  29. }
  30. ]
  31. },
  32. {
  33. "color":"{oldspace_colour}",
  34. "title":"Current Space",
  35. "mrkdwn_in":[
  36. "text",
  37. "pretext"
  38. ],
  39. "ts":"{timecode}",
  40. "fields":[
  41. {
  42. "title":"Inside Temperature",
  43. "value":"{oldspace_inside} {degrees}C",
  44. "short":true
  45. }
  46. ]
  47. }
  48. ]
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement