This commit is contained in:
Darius
2026-02-06 21:35:25 +01:00
parent ff4248961b
commit f49c868007
5 changed files with 3 additions and 5 deletions

View File

@@ -28,7 +28,6 @@ export interface HomeAssistantDeskPositionResult {
}
export type API_HA_DeskPosition = {
position: string;
is_standing: boolean;
last_changed: string;
last_changed_seconds: number;