From dd95a1646458e2c8f1df9e9ae260b8cd3737779a Mon Sep 17 00:00:00 2001 From: Slider0007 <115730895+Slider0007@users.noreply.github.com> Date: Wed, 25 Jan 2023 14:40:44 +0100 Subject: [PATCH] Update REST-API.md --- docs/REST-API.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/REST-API.md b/docs/REST-API.md index def391b..9f238b4 100644 --- a/docs/REST-API.md +++ b/docs/REST-API.md @@ -73,16 +73,16 @@ Note: For more detailed information to the REST handler, have a look to the code - Example: `Take Image (15:56:34)` * ### rssi - Show the WIFI signal strength - - Example: `-51dBm` + Show the WIFI signal strength (Unit: dBm) + - Example: `-51` * ### cpu_temperature - Show the CPU temperature - - Example: `38.5°C` + Show the CPU temperature (Unit: °C) + - Example: `38` * ### sysinfo Show system infos in JSON syntax - - Example: `[ { "firmware" : "xxx", "buildtime" : "2023-01-15 21:27", "gitbranch" : "xxx", "gittag" : "", "gitrevision" : "a5e533f+", "html" : "Development-Branch: xxx (Commit: a5e533f+)", "cputemp" : "67.777779", "hostname" : "xxx", "IPv4" : "192.168.xxx.xxx", "freeHeapMem" : "2789466" } ]` + - Example: [{"firmware": "","buildtime": "2023-01-25 12:41","gitbranch": "HEAD","gittag": "","gitrevision": "af13c68+","html": "Development-Branch: HEAD (Commit: af13c68+)","cputemp": "64","hostname": "WaterMeterTest","IPv4": "192.168.xxx.xxx","freeHeapMem": "2818330"}] * ### starttime Show starttime