Properties
Private
_disconnectedSince
_disconnectedSince: undefined | number = undefined
Private
_quantel
_quantel: QuantelGateway
Private
_quantelManager
_quantelManager: QuantelManager
Readonly
actions
actions
: { clearStates
: ((id
: string, payload
?: Record<string, any>) => Promise<ActionExecutionResult<undefined>>); restartGateway
: ((id
: string, payload
?: Record<string, any>) => Promise<ActionExecutionResult<undefined>>); } = ...
Type declaration
-
clearStates: ((id: string, payload?: Record<string, any>) => Promise<ActionExecutionResult<undefined>>)
-
- (id: string, payload?: Record<string, any>): Promise<ActionExecutionResult<undefined>>
-
Parameters
-
id: string
-
Optional
payload: Record<string, any>
-
restartGateway: ((id: string, payload?: Record<string, any>) => Promise<ActionExecutionResult<undefined>>)
-
- (id: string, payload?: Record<string, any>): Promise<ActionExecutionResult<undefined>>
-
Parameters
-
id: string
-
Optional
payload: Record<string, any>
Protected
context
context: DeviceContextAPI<QuantelState>
Setup in init