[home] add missing socket to alexa
This commit is contained in:
parent
9533b2e705
commit
917b825af8
4 changed files with 378 additions and 154 deletions
File diff suppressed because one or more lines are too long
|
@ -1408,7 +1408,8 @@
|
||||||
"7c6a878c6b2dc981",
|
"7c6a878c6b2dc981",
|
||||||
"bfb389e89be30b29",
|
"bfb389e89be30b29",
|
||||||
"abca9c4b9b514c49",
|
"abca9c4b9b514c49",
|
||||||
"44fdb6071c1270db"
|
"44fdb6071c1270db",
|
||||||
|
"91641fea441e6952"
|
||||||
],
|
],
|
||||||
"x": 1035,
|
"x": 1035,
|
||||||
"y": 1400,
|
"y": 1400,
|
||||||
|
@ -1652,7 +1653,8 @@
|
||||||
"mode": "link",
|
"mode": "link",
|
||||||
"links": [
|
"links": [
|
||||||
"fc7968c5df682e3e",
|
"fc7968c5df682e3e",
|
||||||
"c6b6cf26659665af"
|
"c6b6cf26659665af",
|
||||||
|
"3ee7c71efa9bb352"
|
||||||
],
|
],
|
||||||
"x": 865,
|
"x": 865,
|
||||||
"y": 1280,
|
"y": 1280,
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -696,7 +696,8 @@
|
||||||
"8930fcc47c05b10e",
|
"8930fcc47c05b10e",
|
||||||
"eae52aeb7020086f",
|
"eae52aeb7020086f",
|
||||||
"af13aea998f5e85c",
|
"af13aea998f5e85c",
|
||||||
"f6df529b06c4fa42"
|
"f6df529b06c4fa42",
|
||||||
|
"5cd4da09a665a0ba"
|
||||||
],
|
],
|
||||||
"x": 694,
|
"x": 694,
|
||||||
"y": 2839,
|
"y": 2839,
|
||||||
|
@ -10145,5 +10146,35 @@
|
||||||
"ac912f36def02119"
|
"ac912f36def02119"
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "5cd4da09a665a0ba",
|
||||||
|
"type": "inject",
|
||||||
|
"z": "677f66663a198839",
|
||||||
|
"g": "1da397975de7d1ec",
|
||||||
|
"name": "",
|
||||||
|
"props": [
|
||||||
|
{
|
||||||
|
"p": "payload"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"p": "topic",
|
||||||
|
"vt": "str"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"repeat": "",
|
||||||
|
"crontab": "",
|
||||||
|
"once": false,
|
||||||
|
"onceDelay": 0.1,
|
||||||
|
"topic": "gate",
|
||||||
|
"payload": "open",
|
||||||
|
"payloadType": "str",
|
||||||
|
"x": 800,
|
||||||
|
"y": 2940,
|
||||||
|
"wires": [
|
||||||
|
[
|
||||||
|
"f6df529b06c4fa42"
|
||||||
|
]
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
Loading…
Reference in a new issue