From d77058cec458aac6e346fc1ebc789301418db0bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20J=C3=B6ns?= Date: Mon, 30 Sep 2024 19:18:52 +0200 Subject: [PATCH] Add API Endpoint --- API-Endpoint.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 API-Endpoint.md diff --git a/API-Endpoint.md b/API-Endpoint.md new file mode 100644 index 0000000..eb8a4cb --- /dev/null +++ b/API-Endpoint.md @@ -0,0 +1,7 @@ +# UUID: String +Unique Identifier for the device + +# Temperature: Signed Float +Temperature of the temp sensor + +# Battery Voltage: \ No newline at end of file