2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-01 01:09:47 +00:00

70_ESCVP21net.pm: added Epson model TW9400

git-svn-id: https://svn.fhem.de/fhem/trunk@26032 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
hapege 2022-05-08 20:39:21 +00:00
parent eea9e01646
commit 721c19b467

View File

@ -212,14 +212,9 @@ my %ESCVP21net_TW7400result = (
my %ESCVP21net_TW9400sets = (
"4KENHANCE" => ":get,off,FullHD",
"ASPECT" => ":get,Auto,Normal,Full,Zoom",
"AUDIO" => ":get,Audio1,Audio2,USB",
"AUTOHOME" => ":get,off,on",
"AUTOKEYSTONE" => ":get,on,off",
"AVOUT" => ":get,projection,constantly",
"BTAUDIO" => ":get,on,off,toggle",
"CMODE" => ":get,Dynamic,Natural,BrightCinema,Cinema,3D_Cinema,3D_Dynamic,BW_Cinema,DigialCinema",
"DYNRANGE" => ":get,Auto,SDR,HDR10,HLG",
"FREEZE" => ":get,on,off,toggle",
"HREVERSE" => ":get,Flip,Normal",
"ILLUM" => ":get,on,off,toggle",
"IMGPRESET" => ":get,Setting1,Setting2,Setting3,Setting4,Setting5",
@ -228,12 +223,9 @@ my %ESCVP21net_TW9400sets = (
"MSEL" => ":get,black,blus,user",
"OVSCAN" => ":get,off,4%,8%,auto",
"PRODUCT" => ":get,ModelName_on,ModelName_off",
"PWSTATUS" => ":get",
"SIGNAL" => ":get,none,2D,3D",
"SNO" => ":get",
"SOURCE" => ":get,HDMI1,HDMI2,Input1,Input2,ScreenMirror,PC1,PC2,USB,LAN,Video,Video(RCA),WirelessHD",
"VOL" => ":get",
"VOLset" => ":slider,-1,1,20",
"VREVERSE" => ":get,Flip,Normal",
"WLPWR" => ":get,WLAN_on,WLAN_off"
);