Advertisement
Guest User

Untitled

a guest
Nov 19th, 2021
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. [
  2. {
  3. "id": "6e3e4ed553a4b03f",
  4. "type": "tab",
  5. "label": "SocketTest",
  6. "disabled": false,
  7. "info": "",
  8. "env": []
  9. },
  10. {
  11. "id": "b9daffe8.4625",
  12. "type": "inject",
  13. "z": "6e3e4ed553a4b03f",
  14. "name": "",
  15. "props": [
  16. {
  17. "p": "payload"
  18. },
  19. {
  20. "p": "topic",
  21. "vt": "str"
  22. }
  23. ],
  24. "repeat": "",
  25. "crontab": "",
  26. "once": false,
  27. "onceDelay": "",
  28. "topic": "",
  29. "payload": "Hello Zolee",
  30. "payloadType": "str",
  31. "x": 220,
  32. "y": 80,
  33. "wires": [
  34. [
  35. "13873077.ec78d"
  36. ]
  37. ]
  38. },
  39. {
  40. "id": "13873077.ec78d",
  41. "type": "websocket out",
  42. "z": "6e3e4ed553a4b03f",
  43. "name": "PiSocket",
  44. "server": "",
  45. "client": "8a35e954.75ca18",
  46. "x": 460,
  47. "y": 140,
  48. "wires": []
  49. },
  50. {
  51. "id": "5f130abd.a0ecf4",
  52. "type": "websocket in",
  53. "z": "6e3e4ed553a4b03f",
  54. "name": "PiSocket",
  55. "server": "",
  56. "client": "8a35e954.75ca18",
  57. "x": 460,
  58. "y": 260,
  59. "wires": [
  60. [
  61. "1189d2dc.ee762d"
  62. ]
  63. ]
  64. },
  65. {
  66. "id": "1189d2dc.ee762d",
  67. "type": "debug",
  68. "z": "6e3e4ed553a4b03f",
  69. "name": "",
  70. "active": true,
  71. "console": "false",
  72. "complete": "false",
  73. "x": 770,
  74. "y": 300,
  75. "wires": []
  76. },
  77. {
  78. "id": "939cfa02b861264f",
  79. "type": "websocket in",
  80. "z": "6e3e4ed553a4b03f",
  81. "name": "DemoTraccarSocket",
  82. "server": "",
  83. "client": "81d8ef992a7e4173",
  84. "x": 490,
  85. "y": 380,
  86. "wires": [
  87. [
  88. "1189d2dc.ee762d"
  89. ]
  90. ]
  91. },
  92. {
  93. "id": "8a35e954.75ca18",
  94. "type": "websocket-client",
  95. "path": "wss://demo.piesocket.com/v3/channel_1?api_key=oCdCMcMPQpbvNjUIzqtvF1d2X2okWpDQj4AwARJuAgtjhzKxVEjQU6IdCjwm&notify_self",
  96. "tls": "",
  97. "wholemsg": "true",
  98. "hb": "0"
  99. },
  100. {
  101. "id": "81d8ef992a7e4173",
  102. "type": "websocket-client",
  103. "path": "ws://demo.traccar.org:8082/api/socket",
  104. "tls": "",
  105. "wholemsg": "true",
  106. "hb": "0"
  107. }
  108. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement