Hierarchy

  • Device<QuantelOptions, QuantelState, QuantelCommandWithContext>
    • QuantelDevice

Constructors

Properties

_disconnectedSince: undefined | number = undefined
_quantel: QuantelGateway

Setup in init

_quantelManager: QuantelManager

Setup in init

actions: {
    clearStates: ((id: string, payload?: Record<string, any>) => Promise<ActionExecutionResult<undefined>>);
    restartGateway: ((id: string, payload?: Record<string, any>) => Promise<ActionExecutionResult<undefined>>);
} = ...

Type declaration

context: DeviceContextAPI<QuantelState>

Setup in init

Accessors

Methods

Generated using TypeDoc