Skip to content

Home > resol-vbus-core > Specification > getDeviceSpecification

Specification.getDeviceSpecification() method

Get a device specification for a header and its participant.

Signature:

typescript
getDeviceSpecification(header: Header, which: 'destination' | 'source'): DeviceSpecification;

Parameters

Parameter

Type

Description

header

Header

The header

which

'destination' | 'source'

Either 'destination' or 'source.'

**Returns:**

DeviceSpecification

The device specification.