Skip to content

Commit

Permalink
[setup.xml]
Browse files Browse the repository at this point in the history
* add missing descriptions for HDMI-CEC settings

Close #3406
  • Loading branch information
jbleyel committed Aug 25, 2024
1 parent 2163db3 commit 89f8b5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/setup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -422,9 +422,9 @@
<item level="0" text="Even if TV has another input active?" description="You can skip this function and turn off the TV when you wake the receiver from standby and immediately switch back to standby." conditional="config.hdmicec.advanced_settings.value and config.hdmicec.control_tv_standby.value">config.hdmicec.tv_standby_notinputactive</item>
<item level="0" text="Wake up TV from standby" description="When the receiver wakes from standby or deep standby it will send a command to the TV to bring it out of standby.">config.hdmicec.control_tv_wakeup</item>
<if conditional="config.hdmicec.advanced_settings.value and config.hdmicec.control_tv_wakeup.value">
<item level="0" text="Even if a 'Zap' recording timer starting?" description="">config.hdmicec.tv_wakeup_zaptimer</item>
<item level="0" text="Even if a 'Zap and Record' recording timer starting?" description="">config.hdmicec.tv_wakeup_zapandrecordtimer</item>
<item level="0" text="Even if a 'Wakeup' PowerTimer starting?" description="">config.hdmicec.tv_wakeup_wakeuppowertimer</item>
<item level="0" text="Even if a 'Zap' recording timer starting?" description="Select 'Yes' if you want to wake the TV for a 'Zap' recording timer is starting.">config.hdmicec.tv_wakeup_zaptimer</item>
<item level="0" text="Even if a 'Zap and Record' recording timer starting?" description="Select 'Yes' if you want to wake the TV for a 'Zap and Record' recording timer is starting.">config.hdmicec.tv_wakeup_zapandrecordtimer</item>
<item level="0" text="Even if a 'Wakeup' PowerTimer starting?" description="Select 'Yes' if you want to wake the TV for a 'Wakeup' power timer is starting.">config.hdmicec.tv_wakeup_wakeuppowertimer</item>
</if>
<item level="0" text="Switch TV to correct input" description="When receiver wakes from standby it will command the TV to switch to the HDMI input to which the receiver is connected.">config.hdmicec.report_active_source</item>
<item level="0" text="Switch off the TV to correct input" description="Some TVs can't switch to the correct input if another HDMI port is active. This setting sets the TV to standby before the switch. (If the TV does not turn back on it may require a slower transmission interval or the repetition of the wake-up command.)" conditional="config.hdmicec.advanced_settings.value and config.hdmicec.report_active_source.value">config.hdmicec.workaround_activesource</item>
Expand Down

0 comments on commit 89f8b5a

Please sign in to comment.