markus
522fe2746a
Add additional functions to the repository to add or update devices, sensors or measured values. Furthermore the test has been adapt to the new functions.
11 lines
106 B
SQL
11 lines
106 B
SQL
SELECT
|
|
id,
|
|
value,
|
|
date,
|
|
sensor_id,
|
|
creation_date,
|
|
update_date
|
|
FROM
|
|
pressures
|
|
WHERE
|
|
id = $1 |