Skip to content

Home > resol-vbus-core > DeviceSpecificationConstructorOptions

DeviceSpecificationConstructorOptions interface

Options for the constructor of DeviceSpecification.

Signature:

typescript
export interface DeviceSpecificationConstructorOptions

Properties

Property

Modifiers

Type

Description

channel

number

The VBus channel.

deviceTemplate

VsfDeviceTemplate | undefined

The VSF device template.

id

string

The ID.

peerAddress

number | null

The address of the device's peer.

selfAddress

number

The address of the device itself.