Generic Commit; Most likely a fix or small feature
This commit is contained in:
10
dist/homeassistant.d.ts
vendored
10
dist/homeassistant.d.ts
vendored
@@ -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
|
||||
Reference in New Issue
Block a user