diff --git a/assets/build/all/app/3rdpartylicenses.txt b/assets/build/all/app/3rdpartylicenses.txt
index 9a6b9fac..3e6ce296 100644
--- a/assets/build/all/app/3rdpartylicenses.txt
+++ b/assets/build/all/app/3rdpartylicenses.txt
@@ -737,31 +737,6 @@ The above copyright notice and this permission notice shall be included in all c
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-deepmerge
-MIT
-The MIT License (MIT)
-
-Copyright (c) 2012 James Halliday, Josh Duff, and other contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-
error-stack-parser
MIT
Copyright (c) 2017 Eric Wendelin and other contributors
@@ -1070,6 +1045,31 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
+ramda
+MIT
+The MIT License (MIT)
+
+Copyright (c) 2013-2023 Scott Sauyet and Michael Hurley
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+
regenerator-runtime
MIT
MIT License
diff --git a/assets/build/all/app/assets/i18n/en.json b/assets/build/all/app/assets/i18n/en.json
index fb379419..5de842e8 100644
--- a/assets/build/all/app/assets/i18n/en.json
+++ b/assets/build/all/app/assets/i18n/en.json
@@ -56,6 +56,7 @@
"application_domain": "Application domain",
"package_info": "Package info",
"run": "Run",
+ "start": "Start",
"stop": "Stop",
"schedule": "Schedule",
"scheduling_on": "Scheduling on {{date}}",
diff --git a/assets/build/all/app/assets/i18n/homegenie/en.json b/assets/build/all/app/assets/i18n/homegenie/en.json
index 605d17f3..e2354163 100644
--- a/assets/build/all/app/assets/i18n/homegenie/en.json
+++ b/assets/build/all/app/assets/i18n/homegenie/en.json
@@ -210,10 +210,14 @@
"\"Setup\" code is empty.\n\nUse the \"Visual code\" editor to generate this code:\n- Open the category \"Program\" from the command palette on the left\n- Drag a block of type \"Setup\" in the visual code workspace\n- Add inside it other code blocks to determine the conditions that will trigger \"Main\" code execution\n\nThis code gets evaluated everytime a new event occurs and at least once a minute.",
"capture_commands":
"Capture commands",
+ "capture_commands_description":
+ "Add all commands performed manually on widgets to the program.",
"capture_commands_pause":
- "Commands pause",
- "select_modules":
- "Select modules",
+ "Pause between commands",
+ "capture_pause_none":
+ "None",
+ "capture_pause_asis":
+ "As is",
" ": "------------------------------------------",
"$options": {
diff --git a/assets/build/all/app/assets/i18n/homegenie/it.json b/assets/build/all/app/assets/i18n/homegenie/it.json
index c1da4d77..d7043df0 100644
--- a/assets/build/all/app/assets/i18n/homegenie/it.json
+++ b/assets/build/all/app/assets/i18n/homegenie/it.json
@@ -210,10 +210,14 @@
"Il codice \"Setup\" è vuoto.\n\nUsa l'editor di \"Codice visuale\" per generare questo codice:\n- Apri la categoria \"Programma\" dalla tavolozza dei comandi sulla sinistra\n- Trascina un blocco di tipo \"Setup\" nell'area di lavoro del codice visuale\n- Aggiungi al suo interno altri blocchi di codice per stabilire le condizioni che innescheranno l'avvio automatico del codice \"Main\"\n\nQuesto codice viene valutato ogni volta che si verifica un evento ed almeno una volta al minuto.",
"capture_commands":
"Cattura comandi",
+ "capture_commands_description":
+ "Aggiungi al programma tutti i comandi eseguiti manualmente sui widget.",
"capture_commands_pause":
- "Pausa comandi",
- "select_modules":
- "Seleziona moduli",
+ "Pausa tra i comandi",
+ "capture_pause_none":
+ "Nessuna",
+ "capture_pause_asis":
+ "Così com'è",
" ": "------------------------------------------",
"$options":
{
diff --git a/assets/build/all/app/assets/i18n/it.json b/assets/build/all/app/assets/i18n/it.json
index 4b55c6f9..00ce48cd 100644
--- a/assets/build/all/app/assets/i18n/it.json
+++ b/assets/build/all/app/assets/i18n/it.json
@@ -55,7 +55,8 @@
"applications": "Applicazioni",
"application_domain": "Dominio applicazione",
"package_info": "Informazioni pacchetto",
- "run": "Avvia",
+ "run": "Esegui",
+ "start": "Avvia",
"stop": "Interrompi",
"schedule": "Pianificazione",
"scheduling_on": "Pianificazione del {{date}}",
diff --git a/assets/build/all/app/index.html b/assets/build/all/app/index.html
index be662a61..ae5edb73 100644
--- a/assets/build/all/app/index.html
+++ b/assets/build/all/app/index.html
@@ -56,6 +56,6 @@
-
+