Generic Commit; Most likely a fix or small feature

This commit is contained in:
Darius
2025-11-21 15:37:43 +01:00
parent 43fda0b20a
commit 27582e342f

View File

@@ -66,7 +66,7 @@ server.post(
if (!result) {
reply.code(500);
return { error: "Failed to get desk position" };
return { error: "Failed to start stand automation" };
}
return result;
@@ -78,7 +78,7 @@ server.get("/homeassistant/temperature", async (_request, reply) => {
if (!result) {
reply.code(500);
return { error: "Failed to get desk position" };
return { error: "Failed to get temperature" };
}
return result;