This repository has been archived by the owner on Aug 22, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathquickstart.json
102 lines (102 loc) · 1.83 KB
/
quickstart.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
[
{
"id": "a459ffa2.37ac7",
"type": "ttn event",
"z": "fee24d26.485d6",
"name": "",
"app": "",
"dev_id": "",
"event": "#",
"x": 140,
"y": 140,
"wires": [
[
"2c460b92.9c2464"
]
]
},
{
"id": "22f7bbe0.b4ed4c",
"type": "ttn uplink",
"z": "fee24d26.485d6",
"name": "",
"app": "",
"dev_id": "",
"field": "",
"x": 140,
"y": 200,
"wires": [
[
"590e4f55.8ee09",
"f3afc111.c00c6"
]
]
},
{
"id": "2ca1dd78.8b5702",
"type": "ttn downlink",
"z": "fee24d26.485d6",
"name": "",
"app": "",
"dev_id": "",
"port": "",
"confirmed": false,
"schedule": "replace",
"x": 490,
"y": 320,
"wires": []
},
{
"id": "590e4f55.8ee09",
"type": "function",
"z": "fee24d26.485d6",
"name": "function",
"func": "return {\n dev_id: msg.dev_id,\n port: msg.port,\n schedule: \"replace\",\n confirmed: false,\n payload: {\n led: !msg.led,\n },\n}",
"outputs": 1,
"noerr": 0,
"x": 300,
"y": 260,
"wires": [
[
"9da37420.1ef84",
"2ca1dd78.8b5702"
]
]
},
{
"id": "2c460b92.9c2464",
"type": "debug",
"z": "fee24d26.485d6",
"name": "event",
"active": true,
"console": "false",
"complete": "true",
"x": 470,
"y": 140,
"wires": []
},
{
"id": "f3afc111.c00c6",
"type": "debug",
"z": "fee24d26.485d6",
"name": "uplink",
"active": true,
"console": "false",
"complete": "true",
"x": 470,
"y": 200,
"wires": []
},
{
"id": "9da37420.1ef84",
"type": "debug",
"z": "fee24d26.485d6",
"name": "function",
"active": true,
"console": "false",
"complete": "true",
"x": 480,
"y": 260,
"wires": []
}
]