-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path07.led.test.json
114 lines (114 loc) · 2.54 KB
/
07.led.test.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
103
104
105
106
107
108
109
110
111
112
113
114
[
{
"id": "a3263050.91663",
"type": "tab",
"label": "LED test",
"disabled": false,
"info": ""
},
{
"id": "7ddfbb37.928114",
"type": "inject",
"z": "a3263050.91663",
"name": "",
"topic": "",
"payload": "",
"payloadType": "date",
"repeat": "",
"crontab": "",
"once": false,
"x": 200,
"y": 180,
"wires": [
[
"b031ab28.212788",
"790355bc.8fc4dc"
]
]
},
{
"id": "b031ab28.212788",
"type": "delay",
"z": "a3263050.91663",
"name": "",
"pauseType": "delay",
"timeout": "4",
"timeoutUnits": "seconds",
"rate": "1",
"nbRateUnits": "1",
"rateUnits": "second",
"randomFirst": "1",
"randomLast": "5",
"randomUnits": "seconds",
"drop": false,
"x": 340,
"y": 200,
"wires": [
[
"ca080be.f7382f8"
]
]
},
{
"id": "f19d3c5.01a17c",
"type": "comment",
"z": "a3263050.91663",
"name": "Blink Light",
"info": "",
"x": 180,
"y": 120,
"wires": []
},
{
"id": "790355bc.8fc4dc",
"type": "tjbot-shine",
"z": "a3263050.91663",
"botId": "e551859e.787188",
"mode": "shine",
"color": "red",
"duration": "0.5",
"name": "Color: red",
"x": 460,
"y": 100,
"wires": []
},
{
"id": "ca080be.f7382f8",
"type": "tjbot-shine",
"z": "a3263050.91663",
"botId": "e551859e.787188",
"mode": "shine",
"color": "black",
"duration": "0.5",
"name": "Color: black",
"x": 550,
"y": 200,
"wires": []
},
{
"id": "6a726d76.1edd14",
"type": "comment",
"z": "a3263050.91663",
"name": "Sets the LED color to red for 4 seconds, then turn it off",
"info": "",
"x": 330,
"y": 40,
"wires": []
},
{
"id": "e551859e.787188",
"type": "tjbot-config",
"z": "",
"botGender": "female",
"name": "TJBot",
"listen": "es-ES",
"speak": "es-ES",
"hasServo": true,
"hasLED": true,
"hasSpeaker": true,
"hasMicrophone": true,
"hasCamera": true,
"speakerDeviceId": "default",
"microphoneDeviceId": ""
}
]