Interface

Channel

Channel

Describes a device channel

View Source model/channel.ts, line 5

Members

string

# displayName Optional

The channel display name.

View Source model/channel.ts, line 8

string

# floor Optional

The floor to which the channel is mapped.

View Source model/channel.ts, line 23

string

# functionID Optional

The function identifier.

View Source model/channel.ts, line 13

object

# inputs Optional

The inputs provided by the channel.

Properties:
Name Type Description
{...} InOutPut

The input identified by a string key.

View Source model/channel.ts, line 28

object

# outputs Optional

The output provided by the channel.

Properties:
Name Type Description
{...} InOutPut

The output identified by a string key.

View Source model/channel.ts, line 34

object

# parameters Optional

The channel parameters.

Properties:
Name Type Description
{...} string

The channel parameters identified by a string key.

View Source model/channel.ts, line 40

string

# room Optional

The room to which the channel is mapped.

View Source model/channel.ts, line 18

string

# type Optional

The channel type.

View Source model/channel.ts, line 46