Skip to content

Home > resol-vbus-core > DeviceSpecification

DeviceSpecification class

A device specification.

Signature:

typescript
export declare class DeviceSpecification

Constructors

Constructor

Modifiers

Description

(constructor)(options)

Construct a device specification.

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.