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

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