@@ -6,7 +6,13 @@ node_selection=$(whiptail --title "Node-RED nodes" --checklist --separate-output
6
6
" Use the [SPACEBAR] to select the nodes you want preinstalled" 20 78 12 -- \
7
7
" node-red-node-pi-gpiod" " " " ON" \
8
8
" node-red-dashboard" " " " ON" \
9
+ " node-red-contrib-influxdb" " " " ON" \
10
+ " node-red-contrib-boolean-logic" " " " ON" \
11
+ " node-red-node-rbe" " " " ON" \
12
+ " node-red-configurable-ping" " " " ON" \
9
13
" node-red-node-openweathermap" " " " OFF" \
14
+ " node-red-contrib-discord" " " " OFF" \
15
+ " node-red-node-email" " " " on" \
10
16
" node-red-node-google" " " " OFF" \
11
17
" node-red-node-emoncms" " " " OFF" \
12
18
" node-red-node-geofence" " " " OFF" \
@@ -15,7 +21,6 @@ node_selection=$(whiptail --title "Node-RED nodes" --checklist --separate-output
15
21
" node-red-node-smooth" " " " OFF" \
16
22
" node-red-node-darksky" " " " OFF" \
17
23
" node-red-node-sqlite" " " " OFF" \
18
- " node-red-contrib-influxdb" " " " ON" \
19
24
" node-red-contrib-config" " " " OFF" \
20
25
" node-red-contrib-grove" " " " OFF" \
21
26
" node-red-contrib-diode" " " " OFF" \
@@ -29,7 +34,6 @@ node_selection=$(whiptail --title "Node-RED nodes" --checklist --separate-output
29
34
" node-red-contrib-isonline" " " " OFF" \
30
35
" node-red-contrib-npm" " " " OFF" \
31
36
" node-red-contrib-file-function" " " " OFF" \
32
- " node-red-contrib-boolean-logic" " " " OFF" \
33
37
" node-red-contrib-home-assistant-websocket" " " " OFF" \
34
38
" node-red-contrib-blynk-ws" " " " OFF" \
35
39
" node-red-contrib-owntracks" " " " OFF" \
0 commit comments