How to update swagger.yaml and the Messana public API to a new version:

- Everytime you add, remove or modify an API of a table, you need to edit the swagger.yaml file of this folder, following its specifications,
  and upgrading its version (including the const API_VERSION variable of the ionic app project).

- When the file has been modified, you can go to "https://app.swaggerhub.com/apis/radiantcooling/messana" and login (the credentials are stored in 1password), create a new version,
  save it, and make it the default version. Eventually, you can also publish it.

- Go (using Cyberduck) through FTP port 21, to the "ftp.radiantcooling.com" url, then go to the path "/mht/wp-content/uploads/sites/4/2023/11".
  Then, edit the file "e0b07830.yaml", pasting there the code of the new yaml file just created.
  This way, the new API page will be automatically modified. You can see the public Messana API page here: https://messana.tech/controls/api.
