Sensors: Humidity: units

This commit is contained in:
He4eT 2025-06-03 16:49:16 +02:00
commit b72e9214d5
4 changed files with 4 additions and 5 deletions

View file

@ -127,7 +127,7 @@ Always validate your endpoint using the
Due to some Strapi limitations,
certain sensor units must be replaced with aliases in API requests:
- Humidity Sensor: use `percents` instead of `%`
- Humidity Sensor: use `percent` instead of `%`
- Wind Sensor: use `degree` instead of `°`
The main SpaceAPI endpoint will display the correct units.