implement https & healtcheck endpoint

This commit is contained in:
Michi 2025-04-16 11:15:49 +02:00
parent d629882c32
commit a7594df5cf
3 changed files with 11 additions and 4 deletions

View file

@ -15,7 +15,7 @@ CREATE TABLE "sensor_data"(
id INTEGER GENERATED BY DEFAULT AS IDENTITY,
timestamp TIMESTAMP,
humidity DECIMAL(5,3),
pressure DECIMAL(5,3),
pressure DECIMAL(7,3),
temperature DECIMAL(5,3),
voc DECIMAL(5,3),
gas DECIMAL(5,3),