Advertisement
paulmorley

Untitled

Oct 3rd, 2018
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.94 KB | None | 0 0
  1. [
  2. {
  3. "id": "39781879.9ea0c8",
  4. "type": "bigtimer",
  5. "z": "e748a289.49175",
  6. "outtopic": "/node4/cmd",
  7. "outpayload1": "GPIO,14,1",
  8. "outpayload2": "GPIO,14,0",
  9. "name": "Big Timer",
  10. "lat": "3x.xxxxx",
  11. "lon": "-9x.xxxxx",
  12. "starttime": 5001,
  13. "endtime": "5000",
  14. "startoff": 0,
  15. "endoff": 0,
  16. "offs": 0,
  17. "outtext1": "External Lights ON",
  18. "outtext2": "External Lights OFF",
  19. "timeout": 1440,
  20. "sun": true,
  21. "mon": true,
  22. "tue": true,
  23. "wed": true,
  24. "thu": true,
  25. "fri": true,
  26. "sat": true,
  27. "jan": true,
  28. "feb": true,
  29. "mar": true,
  30. "apr": true,
  31. "may": true,
  32. "jun": true,
  33. "jul": true,
  34. "aug": true,
  35. "sep": true,
  36. "oct": true,
  37. "nov": true,
  38. "dec": true,
  39. "day1": 0,
  40. "month1": 0,
  41. "day2": 0,
  42. "month2": 0,
  43. "day3": 0,
  44. "month3": 0,
  45. "day4": 0,
  46. "month4": 0,
  47. "day5": 0,
  48. "month5": 0,
  49. "d1": 0,
  50. "w1": 0,
  51. "d2": 0,
  52. "w2": 0,
  53. "d3": 0,
  54. "w3": 0,
  55. "d4": 0,
  56. "w4": 0,
  57. "d5": 0,
  58. "w5": 0,
  59. "suspend": false,
  60. "random": false,
  61. "repeat": true,
  62. "atstart": true,
  63. "odd": false,
  64. "even": false,
  65. "x": 253,
  66. "y": 118.5,
  67. "wires": [
  68. [
  69. "ca660d61.59828"
  70. ],
  71. [
  72. "ca660d61.59828"
  73. ],
  74. []
  75. ]
  76. },
  77. {
  78. "id": "ca660d61.59828",
  79. "type": "mqtt out",
  80. "z": "e748a289.49175",
  81. "name": "",
  82. "topic": "/node4/cmd",
  83. "qos": "1",
  84. "retain": "",
  85. "broker": "f6a39141.63cf2",
  86. "x": 420,
  87. "y": 113,
  88. "wires": []
  89. },
  90. {
  91. "id": "e3d489e3.b3bb58",
  92. "type": "inject",
  93. "z": "e748a289.49175",
  94. "name": "",
  95. "topic": "",
  96. "payload": "1",
  97. "payloadType": "num",
  98. "repeat": "",
  99. "crontab": "",
  100. "once": false,
  101. "onceDelay": 0.1,
  102. "x": 105,
  103. "y": 101,
  104. "wires": [
  105. [
  106. "39781879.9ea0c8"
  107. ]
  108. ]
  109. },
  110. {
  111. "id": "739c9450.897f0c",
  112. "type": "inject",
  113. "z": "e748a289.49175",
  114. "name": "",
  115. "topic": "",
  116. "payload": "0",
  117. "payloadType": "num",
  118. "repeat": "",
  119. "crontab": "",
  120. "once": false,
  121. "onceDelay": 0.1,
  122. "x": 104,
  123. "y": 141,
  124. "wires": [
  125. [
  126. "39781879.9ea0c8"
  127. ]
  128. ]
  129. },
  130. {
  131. "id": "b752443a.963998",
  132. "type": "inject",
  133. "z": "e748a289.49175",
  134. "name": "",
  135. "topic": "",
  136. "payload": "auto",
  137. "payloadType": "str",
  138. "repeat": "",
  139. "crontab": "",
  140. "once": false,
  141. "onceDelay": 0.1,
  142. "x": 102,
  143. "y": 177,
  144. "wires": [
  145. [
  146. "39781879.9ea0c8"
  147. ]
  148. ]
  149. },
  150. {
  151. "id": "80e706ee.9638f8",
  152. "type": "comment",
  153. "z": "e748a289.49175",
  154. "name": "Flow for Carriage Lights",
  155. "info": "",
  156. "x": 244,
  157. "y": 56,
  158. "wires": []
  159. },
  160. {
  161. "id": "f6a39141.63cf2",
  162. "type": "mqtt-broker",
  163. "z": "",
  164. "broker": "192.168.1.60",
  165. "port": "1883",
  166. "clientid": "",
  167. "usetls": false,
  168. "compatmode": true,
  169. "keepalive": "60",
  170. "cleansession": true,
  171. "birthTopic": "",
  172. "birthQos": "0",
  173. "birthPayload": "",
  174. "willTopic": "",
  175. "willQos": "0",
  176. "willPayload": ""
  177. }
  178. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement