Properties
Protected
StatusError
StatusError: typeof HapStatusError
_lastKnownState
_lastKnownState: Partial<{
batPct: number;
cycle: cycle;
error: number;
expireM: number;
flags: number;
missionFlags: {
beeping: boolean;
binFull: boolean;
binRemoved: boolean;
idle: boolean;
};
mssnM: number;
notReady: number;
notReadyMsg: string;
phase: phase;
pos: {
point: {
x: number;
y: number;
};
theta: number;
};
rechrgM: number;
sqft: number;
}> = ...
Private
Readonly
accessory
accessory
: PlatformAccessory<Context>
Protected
batteryService
batteryService: Service
Protected
cachePath
cachePath: string
Optional
dorita980
dorita980?: Local
Protected
generalLogPath
generalLogPath: string
Private
Optional
interval
interval?: Timer
Optional
ip
ip?: string = ...
Private
keepAlive
keepAlive: boolean = false
Protected
log
log: ((type: 1 | "info" | "warn" | "error" | "debug" | 2 | 3 | 4, message: string, ...args: unknown[]) => void)
Type declaration
-
- (type: 1 | "info" | "warn" | "error" | "debug" | 2 | 3 | 4, message: string, ...args: unknown[]): void
-
Parameters
-
type: 1 | "info" | "warn" | "error" | "debug" | 2 | 3 | 4
-
message: string
-
Rest
...args: unknown[]
Returns void
Protected
logPath
logPath: string
Protected
name
name: string
Private
Readonly
platform
Protected
projectDir
projectDir: string
Private
recentlySet
recentlySet: boolean = false
Protected
service
service: Service
Protected
updateCache
updateCache: (() => void)
Protected
updateVisibility
Deprecated
No Longer Supported