Merge pull request #165 from joostlek/table

Reformat table
This commit is contained in:
AirGradient
2024-06-05 10:29:59 +07:00
committed by GitHub

View File

@ -40,23 +40,23 @@ You get the following response:
"fwMode":"I-9PSL"} "fwMode":"I-9PSL"}
~~~ ~~~
|Properties|Type|Explanation| | Properties | Type | Explanation |
|-|-|-| |------------------|--------|--------------------------------------------------------------------|
|serialno|String| Serial Number of the monitor| | serialno | String | Serial Number of the monitor |
|wifi|Number| WiFi signal strength| | wifi | Number | WiFi signal strength |
|pm01, pm02, pm10|Number| PM1, PM2.5 and PM10 in ug/m3| | pm01, pm02, pm10 | Number | PM1, PM2.5 and PM10 in ug/m3 |
|rco2|Number| CO2 in ppm| | rco2 | Number | CO2 in ppm |
|pm003Count|Number| Particle count per dL| | pm003Count | Number | Particle count per dL |
|atmp|Number| Temperature in Degrees Celcius| | atmp | Number | Temperature in Degrees Celcius |
|rhum|Number| Relative Humidity| | rhum | Number | Relative Humidity |
|tvocIndex|Number| Senisiron VOC Index| | tvocIndex | Number | Senisiron VOC Index |
|tvoc_raw|Number| VOC raw value| | tvoc_raw | Number | VOC raw value |
|noxIndex|Number| Senisirion NOx Index| | noxIndex | Number | Senisirion NOx Index |
|nox_raw|Number| NOx raw value| | nox_raw | Number | NOx raw value |
|boot|Number| Counts every measurement cycle. Low boot counts indicate restarts.| | boot | Number | Counts every measurement cycle. Low boot counts indicate restarts. |
|ledMode|String| Current configuration of the LED mode| | ledMode | String | Current configuration of the LED mode |
|firmwareVersion|String| Current firmware version| | firmwareVersion | String | Current firmware version |
|fwMode|String| Current model name| | fwMode | String | Current model name |
#### Get Configuration Parameters (GET) #### Get Configuration Parameters (GET)
With the path "/config" you can get the current configuration. With the path "/config" you can get the current configuration.