[
{
"id": "0ff29a079eb02a28",
"type": "group",
"z": "8ccab3c2.35b0b",
"style": {
"stroke": "#999999",
"stroke-opacity": "1",
"fill": "none",
"fill-opacity": "1",
"label": true,
"label-position": "nw",
"color": "#a4a4a4"
},
"nodes": [
"6bd7cc90b5a1601b",
"35df5a793841d8dd",
"0f8bbd2f38f3c359",
"2b8589ec405d9043",
"8e7c7cf342461175"
],
"x": 54,
"y": 999,
"w": 412,
"h": 182
},
{
"id": "6bd7cc90b5a1601b",
"type": "http in",
"z": "8ccab3c2.35b0b",
"g": "0ff29a079eb02a28",
"name": "",
"url": "shortcuts",
"method": "get",
"upload": false,
"swaggerDoc": "",
"x": 160,
"y": 1080,
"wires": [
[
"0f8bbd2f38f3c359",
"8e7c7cf342461175"
]
]
},
{
"id": "35df5a793841d8dd",
"type": "debug",
"z": "8ccab3c2.35b0b",
"g": "0ff29a079eb02a28",
"name": "",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "true",
"targetType": "full",
"statusVal": "",
"statusType": "auto",
"x": 370,
"y": 1140,
"wires": []
},
{
"id": "0f8bbd2f38f3c359",
"type": "http response",
"z": "8ccab3c2.35b0b",
"g": "0ff29a079eb02a28",
"name": "",
"statusCode": "",
"headers": {},
"x": 330,
"y": 1080,
"wires": []
},
{
"id": "2b8589ec405d9043",
"type": "comment",
"z": "8ccab3c2.35b0b",
"g": "0ff29a079eb02a28",
"name": "siri语音转文字",
"info": "",
"x": 150,
"y": 1040,
"wires": []
},
{
"id": "8e7c7cf342461175",
"type": "function",
"z": "8ccab3c2.35b0b",
"g": "0ff29a079eb02a28",
"name": "",
"func": "var str = msg.payload\nvar msg = {}\n\nmsg = str\n\n\nreturn msg;",
"outputs": 1,
"noerr": 0,
"initialize": "",
"finalize": "",
"libs": [],
"x": 230,
"y": 1140,
"wires": [
[
"35df5a793841d8dd"
]
]
}
]