Refactor forecast and historian-driven meteo dashboard

This commit is contained in:
litoral05
2026-05-29 11:41:11 +01:00
parent 289a54f455
commit 3905e2adfe
24 changed files with 2494 additions and 707 deletions
+11 -3
View File
@@ -1,8 +1,13 @@
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": ["main", "chart-*"],
"description": "Capability for the main and chart windows",
"windows": [
"main",
"chart-*",
"maincharts-*",
"climatecharts-*"
],
"permissions": [
"core:default",
"opener:default",
@@ -19,6 +24,9 @@
"core:window:allow-maximize",
"core:window:allow-toggle-maximize",
"core:window:allow-start-dragging"
"core:window:allow-start-dragging",
"core:event:allow-listen",
"core:event:allow-emit"
]
}