I've switched my main Pi instance to 3.1.0 and I'm getting a couple of warnings over link calls (which I wasn't getting before
The link call works when I click on the test inject
Here is one that is giving the warning on deployment (and the red triangle)
[
{
"id": "2e335f7608003b5b",
"type": "http request",
"z": "4040409aae3a5015",
"g": "86de240ae6b78a83",
"name": "",
"method": "GET",
"ret": "obj",
"paytoqs": "ignore",
"url": "http://api.thingspeak.com/channels/1417/feed.json",
"tls": "",
"persist": false,
"proxy": "",
"authType": "",
"senderr": false,
"x": 380,
"y": 1920,
"wires": [
[
"4bcf1ee4b7f8dc68",
"a4886facf6322e14",
"1e7417933db39dc4"
]
]
},
{
"id": "c536971ab0085f23",
"type": "inject",
"z": "4040409aae3a5015",
"g": "86de240ae6b78a83",
"name": "",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "",
"payloadType": "date",
"x": 120,
"y": 1880,
"wires": [
[
"a25e92f3e5509a7e"
]
]
},
{
"id": "4bcf1ee4b7f8dc68",
"type": "debug",
"z": "4040409aae3a5015",
"g": "86de240ae6b78a83",
"name": "all feeds",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "payload.feeds",
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 540,
"y": 1880,
"wires": []
},
{
"id": "a4886facf6322e14",
"type": "debug",
"z": "4040409aae3a5015",
"g": "86de240ae6b78a83",
"name": "last feed",
"active": true,
"tosidebar": false,
"console": false,
"tostatus": true,
"complete": "payload.feeds[99].field1",
"targetType": "msg",
"statusVal": "payload.feeds[99]",
"statusType": "auto",
"x": 530,
"y": 1950,
"wires": []
},
{
"id": "8b161c87e535fbf7",
"type": "link in",
"z": "4040409aae3a5015",
"g": "86de240ae6b78a83",
"name": "Trigger ThingsSpeak API call",
"links": [
"33ae020ad072519d"
],
"x": 170,
"y": 1920,
"wires": [
[
"2e335f7608003b5b"
]
],
"l": true
},
{
"id": "1e7417933db39dc4",
"type": "link out",
"z": "4040409aae3a5015",
"g": "86de240ae6b78a83",
"name": "",
"mode": "return",
"links": [],
"x": 525,
"y": 1920,
"wires": []
},
{
"id": "a25e92f3e5509a7e",
"type": "link call",
"z": "4040409aae3a5015",
"g": "86de240ae6b78a83",
"name": "",
"links": [
"8b161c87e535fbf7"
],
"timeout": "30",
"x": 215,
"y": 1880,
"wires": [
[
"9ced74a0332508f8"
]
],
"l": false
},
{
"id": "9ced74a0332508f8",
"type": "debug",
"z": "4040409aae3a5015",
"g": "86de240ae6b78a83",
"name": "debug 84",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "false",
"statusVal": "",
"statusType": "auto",
"x": 340,
"y": 1880,
"wires": []
}
]