Generic Commit; Most likely a fix or small feature

This commit is contained in:
Darius
2025-11-18 01:15:56 +01:00
parent 16c262f2c4
commit 31a02625e8

View File

@@ -29,6 +29,6 @@ export interface HomeAssistantDeskPositionResult {
export type API_HA_DeskPosition = { export type API_HA_DeskPosition = {
position: string; position: string;
isStanding: boolean; is_standing: boolean;
standingTime: string; last_changed: string;
}; };