diff options
| author | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-10-28 21:08:46 -0300 |
|---|---|---|
| committer | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-10-28 21:08:46 -0300 |
| commit | b4187a0c9a5eb2542c40918481698d02d3cbd099 (patch) | |
| tree | 8f3ff397dd3d9603d0590e5725d8d2f5386dbbcd /api/schemas | |
| parent | 0c5b080efac82b1d196e3dde00e5950c97ecbb68 (diff) | |
| parent | ba527291e59f1c4cc28b68e4fe119c44a95ab3f6 (diff) | |
Merge branch 'master' of github.com:Simplesmente-O-Grupo/iot-monitoring
Diffstat (limited to 'api/schemas')
| -rw-r--r-- | api/schemas/__init__.py | 0 | ||||
| -rw-r--r-- | api/schemas/location.py | 0 | ||||
| -rw-r--r-- | api/schemas/measures.py | 0 | ||||
| -rw-r--r-- | api/schemas/reading.py | 0 | ||||
| -rw-r--r-- | api/schemas/sensor.py | 0 | ||||
| -rw-r--r-- | api/schemas/station.py | 0 |
6 files changed, 0 insertions, 0 deletions
diff --git a/api/schemas/__init__.py b/api/schemas/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/api/schemas/__init__.py diff --git a/api/schemas/location.py b/api/schemas/location.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/api/schemas/location.py diff --git a/api/schemas/measures.py b/api/schemas/measures.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/api/schemas/measures.py diff --git a/api/schemas/reading.py b/api/schemas/reading.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/api/schemas/reading.py diff --git a/api/schemas/sensor.py b/api/schemas/sensor.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/api/schemas/sensor.py diff --git a/api/schemas/station.py b/api/schemas/station.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/api/schemas/station.py |
