Name | Type | Description | Notes |
---|---|---|---|
id | int | Identifier | [optional] |
channelNumber | int | Channel ordinal number in its IO Device | [optional] |
caption | string | Caption | [optional] |
altIcon | int | Chosen alternative icon idenifier. Should not be greater than the `function.maxAlternativeIconIndex`. | [optional] |
hidden | bool | Whether this channel is shown on client apps or not | [optional] |
inheritedLocation | bool | Whether this channel inherits its IO Device's location (`true`) or not (`false`) | [optional] |
iodeviceId | int | [optional] | |
iodevice | \Supla\ApiClient\Model\Device | [optional] | |
locationId | int | [optional] | |
location | \Supla\ApiClient\Model\Location | [optional] | |
functionId | int | [optional] | |
function | \Supla\ApiClient\Model\ChannelFunction | [optional] | |
possibleActions | \Supla\ApiClient\Model\ChannelFunctionAction[] | What action can you execute on this subject? | [optional] |
typeId | int | [optional] | |
type | \Supla\ApiClient\Model\ChannelType | [optional] | |
ownSubjectType | string | [optional] | |
state | \Supla\ApiClient\Model\ChannelState | [optional] | |
config | \Supla\ApiClient\Model\ChannelConfig | [optional] | |
userIconId | int | [optional] | |
userIcon | \Supla\ApiClient\Model\UserIcon | [optional] | |
connected | bool | [optional] | |
relationsCount | \Supla\ApiClient\Model\ChannelRelationsCount | [optional] | |
supportedFunctions | \Supla\ApiClient\Model\ChannelFunction[] | [optional] |