Advertisement
Guest User

Untitled

a guest
Feb 14th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. [
  2. {
  3. "id": "57911090.dbcce",
  4. "type": "tab",
  5. "label": "Flow 1",
  6. "disabled": false,
  7. "info": ""
  8. },
  9. {
  10. "id": "5ec1f2.c71aee1",
  11. "type": "inject",
  12. "z": "57911090.dbcce",
  13. "name": "",
  14. "topic": "",
  15. "payload": "",
  16. "payloadType": "date",
  17. "repeat": "",
  18. "crontab": "",
  19. "once": false,
  20. "onceDelay": 0.1,
  21. "x": 180,
  22. "y": 100,
  23. "wires": [
  24. [
  25. "fd6ef79d.049b08"
  26. ]
  27. ]
  28. },
  29. {
  30. "id": "fd6ef79d.049b08",
  31. "type": "mqtt out",
  32. "z": "57911090.dbcce",
  33. "name": "",
  34. "topic": "ats/test-out",
  35. "qos": "0",
  36. "retain": "false",
  37. "broker": "884cb04f.442d2",
  38. "x": 370,
  39. "y": 100,
  40. "wires": []
  41. },
  42. {
  43. "id": "be8a30f4.cbb8d",
  44. "type": "mqtt in",
  45. "z": "57911090.dbcce",
  46. "name": "",
  47. "topic": "ats/test-in",
  48. "qos": "0",
  49. "broker": "884cb04f.442d2",
  50. "x": 160,
  51. "y": 180,
  52. "wires": [
  53. [
  54. "d40ae5a6.935f78"
  55. ]
  56. ]
  57. },
  58. {
  59. "id": "d40ae5a6.935f78",
  60. "type": "debug",
  61. "z": "57911090.dbcce",
  62. "name": "",
  63. "active": true,
  64. "tosidebar": true,
  65. "console": false,
  66. "tostatus": false,
  67. "complete": "false",
  68. "x": 350,
  69. "y": 180,
  70. "wires": []
  71. },
  72. {
  73. "id": "884cb04f.442d2",
  74. "type": "mqtt-broker",
  75. "z": "",
  76. "name": "",
  77. "broker": "localhost",
  78. "port": "1883",
  79. "clientid": "",
  80. "usetls": false,
  81. "compatmode": true,
  82. "keepalive": "60",
  83. "cleansession": true,
  84. "birthTopic": "",
  85. "birthQos": "0",
  86. "birthPayload": "",
  87. "closeTopic": "",
  88. "closeQos": "0",
  89. "closePayload": "",
  90. "willTopic": "",
  91. "willQos": "0",
  92. "willPayload": ""
  93. }
  94. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement