Generic Commit; Most likely a fix or small feature
This commit is contained in:
@@ -23,3 +23,9 @@ export interface HomeAssistantDeskPositionResult {
|
||||
asBoolean: boolean;
|
||||
asText: () => string;
|
||||
}
|
||||
|
||||
export type API_HA_DeskPosition = {
|
||||
position: string;
|
||||
isStanding: boolean;
|
||||
standingTime: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user