Properties
Protected
StatusError
StatusError: typeof HapStatusError
_lastKnownState
_lastKnownState: Partial<RobotState> = ...
Private
Readonly
accessory
accessory
: PlatformAccessory<Context>
Protected
batteryService
batteryService: Service
Protected
cachePath
cachePath: string
Optional
dorita980
dorita980?: Local
Protected
generalLogPath
generalLogPath: string
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