Interface

Device

Device

Describes a device

View Source model/device.ts, line 5

Members

object

# channels Optional

The channels provided by the device.

Properties:
Name Type Description
{...} Channel

The channel identified by a string key.

View Source model/device.ts, line 33

string

# displayName Optional

The device display name

View Source model/device.ts, line 8

string

# floor Optional

The floor to which the device is mapped.

View Source model/device.ts, line 18

string

# interface Optional

The device interface.

View Source model/device.ts, line 23

string

# nativeId Optional

The device's native identifier.

View Source model/device.ts, line 28

object

# parameters Optional

The device parameters.

Properties:
Name Type Description
{...} string

The parameter identified by a string key.

View Source model/device.ts, line 39

string

# room Optional

The room to which the device is mapped.

View Source model/device.ts, line 13