Admin Menu commands replace the old remote cgi commands. For example, “TOF” can be executed to turn TV off or “TON 10” can be executed to turn TV on with volume of 10. URL of channel list can be get executing GTCURL. These commands can be seen below with their definitions, parameters and returns.
Commands | Definition | Parameters | Return |
TOF | Turn Off TV | no parameter | #Display will be sent to Active Standby state. |
RST | Restart | no parameter or int (wait seconds until Restart) | #Display will be restarted of #Display will be restarted after … seconds! |
TON | This command will turn on the TV, if TV is in active standby state and the parameter value will set volume value, if the Startup Volume Enable item (in Volume Settings menu) value is enable. If TON is called without a parameter, the volume doesn’t change: Missing parameter warning | integer (volume value) | #Display will be turned on |
STV | Sets TV Volume, parameter value will ve set for volume level | integer (volume level) | #Volume set level= … |
CTZ | Change Time Zone. | integer (gmt value) | #Timezone setup SUCCEEDED |
GTZ | Get Time Zone | no parameter | #Timezone is … |
STL | Set TV Language | string-int (please look at abbreviations of languages) | #Language changed to … |
UPF | Update Profile Files | string-int (“auto” : default path will be used for update or URL string for path of profile files ) | #Profile Files Updated from default path success = .. #Profile Files Updated from defined path success =… |
UWSI | Update Welcome Screen Image | string (URL string for path of image file or path which starts with /tmp/… and contains image file, image file must be png and 960*540) | #Welcome Screen File Updated from defined path success =… |
GTCURL | Get Channel List URL | no parameter | #channelListUrl =… |
SCURL | Set Channel List URL | string -int (new url of channel list) | #Channel List Url setup SUCCESSED |
GTFTP | Get FTP Properties | no parameter | #FTP server address=… FTP server user =… FTP server password =… |
SFTP | Set FTP Properties | string string (ip_addr user-password) (ex: 10.0.0.251 vestel-vest123) | #Set FTP Props operation SUCCESSED |
FSU | Update software | no parameter | #Web Software Update search STARTED !!! |
UCL | Update channel list | no parameter | #”Channel List updated !!! |
SWA | Send wake up alarm | string (alarm url (with .ts file extension) ) | #WakeupAlarm is set |
STWA | Stop wake up alarm | no parameter | #WakeupAlarm stopped !!! |
SEA | Send emergency alarm | string-string (alarm url – emergency message) [message content should be “word1+ word2+word3 …”] | #Emergency Alarm is set !!! |
STEA | Stop emergency alarm | none | #Emergency Alarm is stopped !!! |
UNP | Send Message | string-int (message text – 0) [message content should be “word1+ word2+word3 …”] | #Message Sent in SUCCESS !!! |
TN | Send Message/Trigger notification | int (key id (900<= id<=904)) | #Message Sent in SUCCESS !!! |
DBOOTC | Disable Bootcaster | none | #BOOTCASTER_DISABLED in SUCCESS !!! |
EBOOTC | Enable Bootcaster | none | #BOOTCASTER_ENABLED in SUCCESS !!! |
DDHCPC | Disable Dhcp client | none | #DHCPC_DISABLED in SUCCESS !!! |
EDHCPC | Enable Dhcp client | none | #DHCPC_ENABLED in SUCCESS !!! |
RTVP | Return TV Main Page | none | #Refresh Done in SUCCESS !!! |
GTSURL | Get TV Portal URL | none | #StartUp url is …. |
SFTI | Set First Time Installation by taking and saving system language and txt language text parameters; then reboots the system. | string-string [system language (look at abbreviations) – txt language text (look at txt languages)] | #System reinitialised !!! |
SDFTI | Set Default First Time Installation by reseting the parameters set by SFTI and returning to default FTI settings; then reboots the system. | none | #System will be reinitialised !!! |
SHM | Set Hotel Mode | int ( 1-enabled/ 2- disabled) | #Internet connection successful file_size=2048 #Date and Time is being updated from NTP Client or #No Internet Connection! Date and Time cannot be updated |
UNTP | Update Date and Time | none | #Auto : forced_ntpserver file deleted – SUCCESS !! or #Forced_ntpserver written – SUCCESS !! |
SNTP | Set NTP Server IP | string-int (“auto” / ntp server path – 0 ) | #Auto : forced_ntpserver file deleted – SUCCESS !! or #Forced_ntpserver written – SUCCESS !! |
WAU | SW Auto Upgrade | int ( 1-enabled/ 2- disabled) | #Auto Software Update Availability – ENABLED !! |
SRC | Set Remote Control Code | int (2/3/4) | #Remote Control system Code set to … |
GTNTP | Get NTP Server IP | none | #”NTP server url is … |
SMA | Set mac address | string-int ( ex: eth0-00:09:df:86:34:25) | #SetMacAdress Succesfull |
get_mac_address | Get mac address | none | #*Hwaddr: mac_address – Succesfull |
SSIP | Set static IP, Default Gateway and SubnetMask addresses (seperate addresses with “-” character) | string ( ex: 192.168.0.15-10.0.90.5-255.255.255.0) | #IP address setting Succesfull |
ATOF | Auto TV Off Mode | int ( 0 <= mode <=8) | #set auto display off mode to … |
STVCH | Set TV Channel | int ( index of channel) | #CURRENT PROGRAME IS SETTED … |
Table 1: Admin panel commands
Abbreviations of Languages:
In this section, abbreviations of languages are summarized. They can be seen below:
{“en”, “eng”}, //1 English
{“de”, “ger”}, //2 German
{“fr”, “fre”}, //3 French
{“es”, “spa”}, //4 Spanish
{“it”, “ita”}, //5 Italian
{“da”, “dan”}, //6 Danish
{“fi”, “fin”}, //7 Finnish
{“sw”, “swe”}, //8 Swedish
{“el”, “gre”}, //9 Greek
{“no”, “nor”}, //10 Norwegian
{“nl”, “dut”}, //11 Dutch
{“pt”, “por”}, //12 Portuguese
{“pl”, “pol”}, //13 Polish
{“tr”, “tur”}, //14 Turkish
{“ru”, “rus”}, //15 Russian
{“cs”, “cze”}, //16 Czech
{“hu”, “hun”}, //17 Hungarian
{“sk”, “slo”}, //18 Slovak
{“sl”, “slv”}, //19 Slovenian
{“ro”, “rum”}, //20 Romanian
{“bg”, “bul”}, //21 Bulgarian
{“hr”, “hrv”}, //22 Croatian
{“sr”, “srp”} //23 Serbian(Cyrilic)
Txt Languages:
In this section, txt languages are summarized. They can be seen below:
“txt_lang_group_west”,
“txt_lang_group_east”,
“txt_lang_group_cyrillic”,
“txt_lang_group_turk_gre”,
“txt_lang_group_arabic”