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.

diagram.html 347B

1234567891011121314151617
  1. <!DOCTYPE>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. </head>
  6. <body>
  7. <div class="mermaid" id="pyHeatpumpERD">
  8. erDiagram
  9. VARIABLE ||--o{ VAR-TYPE : "is of type"
  10. VARIABLE }o--|| VAR-VALUES : "has value at time"
  11. </div>
  12. <script src="mermaid.js"></script>
  13. <script>
  14. mermaid.initialize({startOnLoad:true});
  15. </script>
  16. </body>
  17. </html>