From 31a02625e8a875cef7c00523d0a3e1f8a0937420 Mon Sep 17 00:00:00 2001 From: Darius Date: Tue, 18 Nov 2025 01:15:56 +0100 Subject: [PATCH] Generic Commit; Most likely a fix or small feature --- src/homeassistant.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/homeassistant.ts b/src/homeassistant.ts index 0abd6b2..6d52e79 100644 --- a/src/homeassistant.ts +++ b/src/homeassistant.ts @@ -29,6 +29,6 @@ export interface HomeAssistantDeskPositionResult { export type API_HA_DeskPosition = { position: string; - isStanding: boolean; - standingTime: string; + is_standing: boolean; + last_changed: string; };