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