-
Notifications
You must be signed in to change notification settings - Fork 0
Status Requests
When an Indigo sends a Status Request to an Ex-Link device, the plugin is able to query several settings directly from a supported TV. Unfortunately Ex-Link devices do not provide unsolicited notification of setting changes. If you expect any of these settings to be changed via other mechanisms, the only way to keep Indigo informed is to periodically poll the device for its current status.
The on/off power state of the TV is reflected in the standard Indigo device power state
The currently active input (TV / HDMI1 / SmartHub / etc) is stored in the device variable input. You can find details of input naming on the select input action page.
The current volume is stored in the device variable volume with range 0-100
If the active input is TV, the current tuned channel is stored in device variable channel
The current mute state is stored in the device variable mute true/false
The current picture mode is stored in device variable pictureMode. Possible values as of plugin version 1.0.0 are:
DYNAMICSTANDARDMOVIENATURALCAL_NIGHTCAL_DAYBD_WISERELAX-
MODE7(if your TV supports this mode, please let me know what it's called) -
MODE8(if your TV supports this mode, please let me know what it's called) -
MODE9(if your TV supports this mode, please let me know what it's called) -
MODE10(if your TV supports this mode, please let me know what it's called) -
MODE11(if your TV supports this mode, please let me know what it's called) -
UNKNOWN(if you find this mode selected, please send logs and information)
The current sound mode is stored in device variable soundMode. Possible values as of plugin version 1.0.0 are:
STANDARDMUSICMOVIECLEARVOICEAMPLIFY-
MODE5(if your TV supports this mode, please let me know what it's called) -
MODE6(if your TV supports this mode, please let me know what it's called) -
MODE7(if your TV supports this mode, please let me know what it's called) -
MODE8(if your TV supports this mode, please let me know what it's called) -
UNKNOWN(if you find this mode selected, please send logs and information)
The current picture size is stored in device variable pictureSize. Possible values as of plugin version 1.0.0 are:
-
SIXTEEN_NINE(16:9) -
FOUR_THREE(4:3) ZOOM1ZOOM2WIDE_FITSCREEN_FITSMART_VIEW1SMART_VIEW2-
UNKNOWN(if you find this mode selected, please send logs and information)
If you have questions about or need help with this plugin, post in the Indigodomo Forums