| 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 scene 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\SceneState | [optional] | |
| config | \Supla\ApiClient\Model\ScheduleConfigEntry[] | [optional] | |
| conflictDetails | object | [optional] | |
| userIconId | int | [optional] | |
| userIcon | \Supla\ApiClient\Model\UserIcon | [optional] | |
| connected | bool | [optional] | |
| deletable | bool | [optional] | |
| relationsCount | \Supla\ApiClient\Model\SceneRelationsCount | [optional] | |
| supportedFunctions | \Supla\ApiClient\Model\ChannelFunction[] | [optional] | |
| channels | \Supla\ApiClient\Model\Channel[] | Channel group channels, if requested by the `include` param | [optional] |
| enabled | bool | [optional] | |
| estimatedExecutionTime | int | Estimated execution time for this scene (in milliseconds). | [optional] |
| operations | \Supla\ApiClient\Model\SceneOperation[] | Scene operations, only if requested in the `include` param | [optional] |
| subjectType | \Supla\ApiClient\Model\ActionableSubjectTypeNames | [optional] | |
| subjectId | int | [optional] | |
| dateStart | \DateTime | [optional] | |
| dateEnd | \DateTime | [optional] | |
| retry | bool | [optional] | |
| mode | string | [optional] | |
| subject | \Supla\ApiClient\Model\ActionableSubject | [optional] | |
| closestExecutions | \Supla\ApiClient\Model\ScheduleClosestExecutions | [optional] |