pyHeatpump/db/test_variable_values_wo_time.sql
2020-08-02 21:03:04 +02:00

7 рядки
143 Б
SQL

INSERT INTO var_value (type, address, value) VALUES
('A', 10, 42),
('A', 11, 24),
('I', 5010, 42),
('I', 5011, 24),
('D', 10, 1),
('D', 11, 1)