Generic Commit; Most likely a fix or small feature
This commit is contained in:
5
dist/homeassistant.d.ts
vendored
5
dist/homeassistant.d.ts
vendored
@@ -22,4 +22,9 @@ export interface HomeAssistantDeskPositionResult {
|
||||
asBoolean: boolean;
|
||||
asText: () => string;
|
||||
}
|
||||
export type API_HA_DeskPosition = {
|
||||
position: string;
|
||||
isStanding: boolean;
|
||||
standingTime: string;
|
||||
};
|
||||
//# sourceMappingURL=homeassistant.d.ts.map
|
||||
Reference in New Issue
Block a user