Generic Commit; Most likely a fix or small feature

This commit is contained in:
Darius
2025-11-18 19:35:01 +01:00
parent 1aade62ddb
commit 45f4ca4d63
3 changed files with 9 additions and 9 deletions

View File

@@ -20,13 +20,13 @@ export type HomeAssistantEntity = {
};
export interface HomeAssistantDeskPositionResult {
raw: HomeAssistantEntity;
asBoolean: boolean;
asText: () => string;
standingTime: TimeBetween;
as_boolean: boolean;
as_text: () => string;
last_changed: TimeBetween;
}
export type API_HA_DeskPosition = {
position: string;
isStanding: boolean;
standingTime: string;
is_standing: boolean;
last_changed: string;
};
//# sourceMappingURL=homeassistant.d.ts.map