Generic Commit; Most likely a fix or small feature
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user