yweb: fix multibox remote control

Origin commit data
------------------
Branch: ni/coolstream
Commit: 195c53d165
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-11-13 (Sun, 13 Nov 2022)

Origin message was:
------------------
- yweb: fix multibox remote control

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2022-11-13 23:50:19 +01:00
parent 09596297ce
commit 8e203e6a1d
2 changed files with 9 additions and 5 deletions

View File

@@ -566,9 +566,10 @@ start-block~rc_variables
{=var-set:_rc_ax_hd60=21=}
{=var-set:_rc_mutant_hd60=22=}
{=var-set:_rc_ax_hd61=23=}
{=var-set:_rc_maxytec_multiboxse=24=}
{=var-set:_rc_axas_e4hd=25=}
{=var-set:_rc_protek_4k_uhd=26=}
{=var-set:_rc_maxytec_multibox=24=}
{=var-set:_rc_maxytec_multiboxse=25=}
{=var-set:_rc_axas_e4hd=26=}
{=var-set:_rc_protek_4k_uhd=27=}
end-block~rc_variables
# ------- Remote
@@ -604,12 +605,13 @@ start-block~remote
{=if-equal:{=var-get:boxtype=}~AX HD60~ {=include-block:Y_Blocks.txt;rc_ax_hd51=}~
{=if-equal:{=var-get:boxtype=}~Mutant HD60~ {=include-block:Y_Blocks.txt;rc_mutant_hd60=}~
{=if-equal:{=var-get:boxtype=}~AX HD61~ {=include-block:Y_Blocks.txt;rc_ax_hd61=}~
{=if-equal:{=var-get:boxtype=}~Maxytec Multibox 4K~ {=include-block:Y_Blocks.txt;rc_mutant_hd60=}~
{=if-equal:{=var-get:boxtype=}~Maxytec Multibox SE 4K~ {=include-block:Y_Blocks.txt;rc_mutant_hd60=}~
{=if-equal:{=var-get:boxtype=}~AXAS E4HD 4K ULTRA~ {=include-block:Y_Blocks.txt;rc_axas_e4hd=}~
{=if-equal:{=var-get:boxtype=}~Protek 4K UHD~ {=include-block:Y_Blocks.txt;rc_axas_e4hd=}~
{=comment:fallback~=} {=include-block:Y_Blocks.txt;rc_cst_v1=}
=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}
=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}
=}=}
~
{=if-equal:{=var-get:yfbtype=}~{=var-get:_rc_dbox_philips=}~ {=include-block:Y_Blocks.txt;rc_dbox_philips=}~
@@ -637,12 +639,13 @@ start-block~remote
{=if-equal:{=var-get:yfbtype=}~{=var-get:_rc_ax_hd60=}~ {=include-block:Y_Blocks.txt;rc_ax_hd51=}~
{=if-equal:{=var-get:yfbtype=}~{=var-get:_rc_mutant_hd60=}~ {=include-block:Y_Blocks.txt;rc_mutant_hd60=}~
{=if-equal:{=var-get:yfbtype=}~{=var-get:_rc_ax_hd61=}~ {=include-block:Y_Blocks.txt;rc_ax_hd61=}~
{=if-equal:{=var-get:yfbtype=}~{=var-get:_rc_maxytec_multibox=}~ {=include-block:Y_Blocks.txt;rc_mutant_hd60=}~
{=if-equal:{=var-get:yfbtype=}~{=var-get:_rc_maxytec_multiboxse=}~ {=include-block:Y_Blocks.txt;rc_mutant_hd60=}~
{=if-equal:{=var-get:yfbtype=}~{=var-get:_rc_axas_e4hd=}~ {=include-block:Y_Blocks.txt;rc_axas_e4hd=}~
{=if-equal:{=var-get:yfbtype=}~{=var-get:_rc_protek_4k_uhd=}~ {=include-block:Y_Blocks.txt;rc_axas_e4hd=}~
{=comment:fallback~=} {=include-block:Y_Blocks.txt;rc_cst_v1=}
=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}
=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}
=}
end-block~remote

View File

@@ -161,6 +161,7 @@ select {
<option value="{=var-get:_rc_protek_4k_uhd=}">Protek 4K UHD</option>
<option value="{=var-get:_rc_mutant_hd51=}">Mutant HD51</option>
<option value="{=var-get:_rc_mutant_hd60=}">Mutant HD60</option>
<option value="{=var-get:_rc_maxytec_multibox=}">Mayxtec Multibox 4K</option>
<option value="{=var-get:_rc_maxytec_multiboxse=}">Mayxtec Multibox SE 4K</option>
<option value="{=var-get:_rc_wwio_breeze4k=}">WWIO BRE2ZE 4K</option>
<option value="{=var-get:_rc_airdigital_zgemma_h7=}">AirDigital Zgemma H7</option>