Projet de remplacement du "RPiPasserelle" d'Otec.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

test_variables.sql 344B

1234567891011121314151617
  1. INSERT INTO variable (type, address, unit) VALUES
  2. ('A', 10, 'deg'),
  3. ('A', 11, 'deg'),
  4. ('A', 12, 'deg'),
  5. ('A', 13, 'deg'),
  6. ('A', 14, 'deg'),
  7. ('A', 15, 'deg'),
  8. ('A', 16, 'deg'),
  9. ('A', 17, 'deg'),
  10. ('I', 5002, 'deg'),
  11. ('I', 5010, 'deg'),
  12. ('I', 5011, 'deg'),
  13. ('D', 10, 'bit'),
  14. ('D', 11, 'bit'),
  15. ('D', 12, 'bit'),
  16. ('D', 13, 'bit'),
  17. ('D', 14, 'bit');