Merge branch 'main' into mohammed

This commit is contained in:
mohammedcifci
2024-02-27 10:48:17 +01:00
committed by GitHub
8 changed files with 304 additions and 141 deletions

View File

@@ -10,7 +10,7 @@ CREATE TABLE IF NOT EXISTS goodgarden.sensor_data (
PRIMARY KEY (id)
);
-- Invoegen van gegevens in de 'sensor_data'-tabel
Invoegen van gegevens in de 'sensor_data'-tabel
INSERT INTO goodgarden.sensor_data (timestamp, gateway_receive_time, device, value)
VALUES
(1707295162, '2024-02-07T08:39:22Z', 256, 4.107448101043701),