1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="utf-8 ">
5
+ < meta name ="viewport " content ="width=device-width,initial-scale=1 ">
6
+ < title > Home - Documentation</ title >
7
+
8
+ < script src ="scripts/prettify/prettify.js "> </ script >
9
+ < script src ="scripts/prettify/lang-css.js "> </ script >
10
+ < link type ="text/css " rel ="stylesheet " href ="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css ">
11
+ < link type ="text/css " rel ="stylesheet " href ="styles/prettify-tomorrow.css ">
12
+ < link type ="text/css " rel ="stylesheet " href ="styles/jsdoc-default.css ">
13
+
14
+ < link href ="https://nodered.org/css/simplegrid.css " rel ="stylesheet " media ="screen ">
15
+ < link href ="https://nodered.org/css/style.css " rel ="stylesheet " media ="screen ">
16
+ < link href ="https://nodered.org/css/front.css " rel ="stylesheet " media ="screen ">
17
+ < link href ="https://nodered.org/css/docs.css " rel ="stylesheet " media ="screen ">
18
+ < link href ="https://nodered.org/css/blog.css " rel ="stylesheet " media ="screen ">
19
+ < link href ="https://nodered.org/css/api.css " rel ="stylesheet " media ="screen ">
20
+ </ head >
21
+ < body >
22
+
23
+ < div class ="header ">
24
+ < div class ="header-content ">
25
+ < div class ="brand "> < a href ="/ "> Node-RED</ a > </ div >
26
+ < ul class ="navigation ">
27
+ < li {% if page.url == "/ " %}class ="current "{% endif %} > < a href ="/ "> home</ a > </ li >
28
+ < li {% if page.url contains '/about/' %}class="current "{% endif %} > < a href ="/about/ "> about</ a > </ li >
29
+ < li {% if page.url contains '/blog/' %}class="current "{% endif %} > < a href ="/blog/ "> blog</ a > </ li >
30
+ < li {% if page.url contains '/docs/' %}class="current "{% endif %} > < a href ="/docs/ "> documentation</ a > </ li >
31
+ < li > < a href ="https://discourse.nodered.org/ "> forum</ a > </ li >
32
+ < li > < a href ="https://flows.nodered.org/ "> flows</ a > </ li >
33
+ < li > < a href ="https://github.com/node-red "> github</ a > </ li >
34
+ </ ul >
35
+ < a href ="# " class ="menu "> < i class ="fa fa-reorder fa-2x "> </ i > </ a >
36
+ </ div >
37
+ </ div >
38
+
39
+ < input type ="checkbox " id ="nav-trigger " class ="nav-trigger " />
40
+ < label for ="nav-trigger " class ="navicon-button x ">
41
+ < div class ="navicon "> </ div >
42
+ </ label >
43
+
44
+ < label for ="nav-trigger " class ="overlay "> </ label >
45
+
46
+
47
+ < div class ="docs ">
48
+ < div class ="grid ">
49
+ < div class ="col-3-12 ">
50
+ < ul class ="toc ">
51
+ < li class ="nav-link nav-home-link "> < a href ="index.html "> Home</ a > </ li > < li class ="tocheader "> < ul > < li class ="toctitle "> < a href ="node-red.html "> node-red</ a > </ li > < li class ="nav-item "> < a href ="node-red.html#.events "> events</ a > </ li > < li class ="nav-item "> < a href ="node-red.html#.httpAdmin "> httpAdmin</ a > </ li > < li class ="nav-item "> < a href ="node-red.html#.httpNode "> httpNode</ a > </ li > < li class ="nav-item "> < a href ="node-red.html#.log "> log</ a > </ li > < li class ="nav-item "> < a href ="node-red.html#.runtime "> runtime</ a > </ li > < li class ="nav-item "> < a href ="node-red.html#.server "> server</ a > </ li > < li class ="nav-item "> < a href ="node-red.html#.util "> util</ a > </ li > < li class ="nav-item "> < a href ="node-red.html#.init "> init(...)</ a > </ li > < li class ="nav-item "> < a href ="node-red.html#.start "> start(...)</ a > </ li > < li class ="nav-item "> < a href ="node-red.html#.stop "> stop(...)</ a > </ li > < li class ="nav-item "> < a href ="node-red.html#.version "> version(...)</ a > </ li > < li class ="toctitle "> < a href ="@node-red_runtime.html "> @node-red/runtime</ a > </ li > < li class ="nav-item "> < a href ="@node-red_runtime_comms.html "> comms</ a > </ li > < li class ="nav-item "> < a href ="@node-red_runtime_context.html "> context</ a > </ li > < li class ="nav-item "> < a href ="@node-red_runtime_flows.html "> flows</ a > </ li > < li class ="nav-item "> < a href ="@node-red_runtime_library.html "> library</ a > </ li > < li class ="nav-item "> < a href ="@node-red_runtime_nodes.html "> nodes</ a > </ li > < li class ="nav-item "> < a href ="@node-red_runtime_projects.html "> projects</ a > </ li > < li class ="nav-item "> < a href ="@node-red_runtime_settings.html "> settings</ a > </ li > < li class ="nav-item "> < a href ="@node-red_runtime.html#.init "> init(...)</ a > </ li > < li class ="nav-item "> < a href ="@node-red_runtime.html#.isStarted "> isStarted(...)</ a > </ li > < li class ="nav-item "> < a href ="@node-red_runtime.html#.start "> start(...)</ a > </ li > < li class ="nav-item "> < a href ="@node-red_runtime.html#.stop "> stop(...)</ a > </ li > < li class ="nav-item "> < a href ="@node-red_runtime.html#.version "> version(...)</ a > </ li > < li class ="toctitle "> < a href ="@node-red_util.html "> @node-red/util</ a > </ li > < li class ="nav-item "> < a href ="@node-red_util_i18n.html "> i18n</ a > </ li > < li class ="nav-item "> < a href ="@node-red_util_log.html "> log</ a > </ li > < li class ="nav-item "> < a href ="@node-red_util_util.html "> util</ a > </ li > < li class ="nav-item "> < a href ="@node-red_util.html#.init "> init(...)</ a > </ li > </ ul > </ li > < li class =""> < a href ="global.html "> Globals</ a > </ li >
52
+ </ ul >
53
+ </ div >
54
+ < div class ="col-9-12 ">
55
+ < div class ="docs-content ">
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
+ </ div >
81
+ </ div >
82
+ </ div >
83
+ </ div >
84
+
85
+ < div class ="links ">
86
+ < div class ="grid ">
87
+ < div class ="col-1-3 ">
88
+ < p > < a href ="https://nodered.org "> Node-RED</ a > is a visual wiring tool for the Internet of Things.</ p >
89
+ < p > A project of the < a href ="https://js.foundation/ "> JS Foundation</ a > .</ p >
90
+ </ div >
91
+ < div class ="col-1-6 ">
92
+ < ul >
93
+ < li > < a href ="https://github.com/node-red "> GitHub</ a > </ li >
94
+ < li > < a href ="https://www.npmjs.com/package/node-red "> npm</ a > </ li >
95
+ < li > < a href ="/docs "> Documentation</ a > </ li >
96
+ < li > < a href ="/docs/api "> APIs</ a > </ li >
97
+ </ ul >
98
+ </ div >
99
+ < div class ="col-1-6 ">
100
+ < ul >
101
+ < li > < a href ="https://flows.nodered.org "> Flow Library</ a > </ li >
102
+ < li > < a href ="/about/ "> About</ a > </ li >
103
+ < li > < a href ="/about/conduct "> Code of Conduct</ a > </ li >
104
+ < li > < a href ="/about/community "> Community</ a > </ li >
105
+ </ ul >
106
+ </ div >
107
+ < div class ="col-1-6 ">
108
+ < ul >
109
+ < li > < a href ="/blog "> Blog</ a > </ li >
110
+ < li > < a href ="https://twitter.com/nodered "> Twitter</ a > </ li >
111
+ < li > < a href ="https://discourse.nodered.org "> Forum</ a > </ li >
112
+ < li > < a href ="/slack "> Slack</ a > </ li >
113
+ </ ul >
114
+ </ div >
115
+
116
+
117
+ </ div >
118
+ </ div >
119
+
120
+
121
+ < script > prettyPrint ( ) ; </ script >
122
+ < script src ="scripts/linenumber.js "> </ script >
123
+ </ body >
124
+ </ html >
0 commit comments