Generic Commit; Most likely a fix or small feature
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user