Skip to content

Status Requests

Jon Eklund edited this page Dec 19, 2017 · 6 revisions

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.

Power

The on/off power state of the TV is reflected in the standard Indigo device power state

Selected Input

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.

Current Volume

The current volume is stored in the device variable volume with range 0-100

Current Channel

If the active input is TV, the current tuned channel is stored in device variable channel

Current Mute State

The current mute state is stored in the device variable mute true/false

Picture Mode

The current picture mode is stored in device variable pictureMode. Possible values as of plugin version 1.0.0 are:

  • DYNAMIC
  • STANDARD
  • MOVIE
  • NATURAL
  • CAL_NIGHT
  • CAL_DAY
  • BD_WISE
  • RELAX
  • 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)

Sound Mode

The current sound mode is stored in device variable soundMode. Possible values as of plugin version 1.0.0 are:

  • STANDARD
  • MUSIC
  • MOVIE
  • CLEARVOICE
  • AMPLIFY
  • 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)

Picture Size

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)
  • ZOOM1
  • ZOOM2
  • WIDE_FIT
  • SCREEN_FIT
  • SMART_VIEW1
  • SMART_VIEW2
  • UNKNOWN (if you find this mode selected, please send logs and information)

Clone this wiki locally