- yWeb: add Link and Trinity Duo to selection of remote controls

This commit is contained in:
svenhoefer
2016-06-07 13:35:10 +02:00
parent f6eb565ea3
commit 926705eaf1
3 changed files with 12 additions and 4 deletions

View File

@@ -520,9 +520,11 @@ start-block~remote
{=if-equal:{=var-get:boxtype=}~CST Tank~ {=include-block:Y_Blocks.txt;rc_cst_v5=}~ {=if-equal:{=var-get:boxtype=}~CST Tank~ {=include-block:Y_Blocks.txt;rc_cst_v5=}~
{=if-equal:{=var-get:boxtype=}~CST Trinity~ {=include-block:Y_Blocks.txt;rc_cst_v6=}~ {=if-equal:{=var-get:boxtype=}~CST Trinity~ {=include-block:Y_Blocks.txt;rc_cst_v6=}~
{=if-equal:{=var-get:boxtype=}~CST Zee2~ {=include-block:Y_Blocks.txt;rc_cst_v6=}~ {=if-equal:{=var-get:boxtype=}~CST Zee2~ {=include-block:Y_Blocks.txt;rc_cst_v6=}~
{=if-equal:{=var-get:boxtype=}~CST Link~ {=include-block:Y_Blocks.txt;rc_cst_v4=}~
{=if-equal:{=var-get:boxtype=}~CST Trinity Duo~ {=include-block:Y_Blocks.txt;rc_cst_v6=}~
{=comment:fallback~=} {=include-block:Y_Blocks.txt;rc_cst_v1=} {=comment:fallback~=} {=include-block:Y_Blocks.txt;rc_cst_v1=}
=}=}=}=}=}=} =}=}=}=}=}=}=}=}
=}=} =}=}
~ ~
{=if-equal:{=var-get:yfbtype=}~-2~ {=include-block:Y_Blocks.txt;rc_dbox_philips=}~ {=if-equal:{=var-get:yfbtype=}~-2~ {=include-block:Y_Blocks.txt;rc_dbox_philips=}~
@@ -533,9 +535,11 @@ start-block~remote
{=if-equal:{=var-get:yfbtype=}~4~ {=include-block:Y_Blocks.txt;rc_cst_v4=}~ {=if-equal:{=var-get:yfbtype=}~4~ {=include-block:Y_Blocks.txt;rc_cst_v4=}~
{=if-equal:{=var-get:yfbtype=}~5~ {=include-block:Y_Blocks.txt;rc_cst_v5=}~ {=if-equal:{=var-get:yfbtype=}~5~ {=include-block:Y_Blocks.txt;rc_cst_v5=}~
{=if-equal:{=var-get:yfbtype=}~6~ {=include-block:Y_Blocks.txt;rc_cst_v6=}~ {=if-equal:{=var-get:yfbtype=}~6~ {=include-block:Y_Blocks.txt;rc_cst_v6=}~
{=if-equal:{=var-get:yfbtype=}~7~ {=include-block:Y_Blocks.txt;rc_cst_v4=}~
{=if-equal:{=var-get:yfbtype=}~8~ {=include-block:Y_Blocks.txt;rc_cst_v6=}~
{=comment:fallback~=} {=include-block:Y_Blocks.txt;rc_cst_v1=} {=comment:fallback~=} {=include-block:Y_Blocks.txt;rc_cst_v1=}
=}=}=}=}=}=}=}=} =}=}=}=}=}=}=}=}=}=}
=} =}
end-block~remote end-block~remote

View File

@@ -38,6 +38,8 @@ function do_init(){
case "4": // cst neo twin case "4": // cst neo twin
case "5": // cst tank case "5": // cst tank
case "6": // cst trinity case "6": // cst trinity
case "7": // cst link
case "8": // cst trinity duo
sel=(sel*1+val*1); sel=(sel*1+val*1);
break; break;
default: default:
@@ -123,6 +125,8 @@ select {
<option value="4">CST HD-1plus | Neo Twin</option> <option value="4">CST HD-1plus | Neo Twin</option>
<option value="5">CST HD-2 | Tank</option> <option value="5">CST HD-2 | Tank</option>
<option value="6">CST HD-2 | Trinity</option> <option value="6">CST HD-2 | Trinity</option>
<option value="7">CST HD-2 | Link</option>
<option value="8">CST HD-2 | Trinity Duo</option>
</select> </select>
</td> </td>
</tr> </tr>

View File

@@ -1,4 +1,4 @@
version=2.9.0.36 version=2.9.0.37
date=14.03.2016 date=07.06.2016
type=Release type=Release
info=Port CST info=Port CST