Title here
Summary here
BusinessModelKind: global abstract class
Extends: BusinessModel
Model:
Properties
| Name | Type | Description |
|---|---|---|
| isDevice | boolean | flag (always true) |
| code | number | The device code. |
| id | String | The device identifier. |
| macAddr | String | The device MAC address. |
| ipAddress | String | The device IP address. |
| serialNumber | String | The device serial number. |
| name | String | The device name. |
| friendlyName | String | The device friendly name. |
| port | number | The port used for the device. |
| isPaired | number | true if device is already associated / paired with the STB. |
| connectionType | String | connection protocol of the device (bluetooth / network) |
Model holding a device definition.