-
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"
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 device variable "mute"
The current picture mode (Dynamic / Standard / etc) is stored in device variable "pictureMode"
The current sound mode (Music / Movie / etc) is stored in device variable "soundMode"
The current picture size (Zoom / Wide Fit / etc) is stored in device variable "pictureSize"
If you have questions about or need help with this plugin, post in the Indigodomo Forums