Add gauge group

This commit is contained in:
2023-08-26 01:08:43 +02:00
parent d7c17ce066
commit ec5c58467b
4 changed files with 228 additions and 1 deletions
+2 -1
View File
@@ -10,7 +10,8 @@
"license": "ISC",
"node-red": {
"nodes": {
"ui_button_group": "button-group.js"
"ui_button_group": "button-group.js",
"ui_gauge_group": "gauge-group.js"
}
}
}