Add initial KioskCore and API endpoint for data analysis

- Created a new CSS file for kiosk styles, defining variables, typography, and layout for cards and toolbars.
- Implemented new routes for data anlaysis page
This commit is contained in:
Giuseppe Raffa
2026-04-18 12:32:32 +02:00
parent ef62bb5da0
commit b6c2a7e904
12 changed files with 2287 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ const client = new InfluxDB({
token: process.env.INFLX_TOKEN,
});
const bucket = process.env.INFLX_BUCKET || 'sensors';
const bucket = process.env.INFLX_BUCKET || 'logs';
const org = process.env.INFLX_ORG;
const writeApi = client.getWriteApi(org, bucket, 'ms', {