Generic Commit; Most likely a fix or small feature
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { TimeBetween } from "./timehelper";
|
||||
|
||||
export type HomeAssistantEntity = {
|
||||
entity_id: string;
|
||||
state: string;
|
||||
@@ -22,7 +24,7 @@ export interface HomeAssistantDeskPositionResult {
|
||||
raw: HomeAssistantEntity;
|
||||
asBoolean: boolean;
|
||||
asText: () => string;
|
||||
standingTime: number;
|
||||
standingTime: TimeBetween;
|
||||
}
|
||||
|
||||
export type API_HA_DeskPosition = {
|
||||
|
||||
Reference in New Issue
Block a user