Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2024
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.00 KB | None | 0 0
  1. [
  2.     {
  3.         "id": "51386e6609a80ba1",
  4.         "type": "mqtt out",
  5.         "z": "8da5981f1b320559",
  6.         "g": "0d8f8e212223d4ba",
  7.         "name": "",
  8.         "topic": "",
  9.         "qos": "",
  10.         "retain": "",
  11.         "respTopic": "",
  12.         "contentType": "",
  13.         "userProps": "",
  14.         "correl": "",
  15.         "expiry": "",
  16.         "broker": "c6a17104c99a5cc7",
  17.         "x": 610,
  18.         "y": 240,
  19.         "wires": []
  20.     },
  21.     {
  22.         "id": "d4bd349550347b99",
  23.         "type": "inject",
  24.         "z": "8da5981f1b320559",
  25.         "g": "0d8f8e212223d4ba",
  26.         "name": "",
  27.         "props": [
  28.             {
  29.                 "p": "payload"
  30.             },
  31.             {
  32.                 "p": "topic",
  33.                 "vt": "str"
  34.             }
  35.         ],
  36.         "repeat": "",
  37.         "crontab": "",
  38.         "once": false,
  39.         "onceDelay": 0.1,
  40.         "topic": "'{ \"state_right\": \"TOGGLE\" }'",
  41.         "payload": "'zigbee2mqtt/0xa4c138dfe4ce8c20/set'",
  42.         "payloadType": "str",
  43.         "x": 430,
  44.         "y": 240,
  45.         "wires": [
  46.             [
  47.                 "51386e6609a80ba1"
  48.             ]
  49.         ]
  50.     },
  51.     {
  52.         "id": "c6a17104c99a5cc7",
  53.         "type": "mqtt-broker",
  54.         "name": "Raspberry MQTT",
  55.         "broker": "192.168.1.5",
  56.         "port": "1883",
  57.         "clientid": "",
  58.         "autoConnect": true,
  59.         "usetls": false,
  60.         "protocolVersion": "4",
  61.         "keepalive": "60",
  62.         "cleansession": true,
  63.         "autoUnsubscribe": true,
  64.         "birthTopic": "",
  65.         "birthQos": "0",
  66.         "birthRetain": "false",
  67.         "birthPayload": "",
  68.         "birthMsg": {},
  69.         "closeTopic": "",
  70.         "closeQos": "0",
  71.         "closeRetain": "false",
  72.         "closePayload": "",
  73.         "closeMsg": {},
  74.         "willTopic": "",
  75.         "willQos": "0",
  76.         "willRetain": "false",
  77.         "willPayload": "",
  78.         "willMsg": {},
  79.         "userProps": "",
  80.         "sessionExpiry": ""
  81.     }
  82. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement