mirror of
https://github.com/michivonah/bbzw-horizon.git
synced 2025-12-22 17:16:27 +01:00
implement https & healtcheck endpoint
This commit is contained in:
parent
d629882c32
commit
a7594df5cf
3 changed files with 11 additions and 4 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue