XML_Cap_TerminalConfig

XML message about capability of parameters of a single terminal

<TerminalConfig version="2.0" xmlns="http://www.isapi.org/ver20/XMLSchema">
  <id><!--required, xs:integer, terminal ID--></id>
  <PlayerParam><!--optional, player parameters-->
    <volume min="" max=""><!--required, xs:integer, volume, range: [0,100]--></volume>	
  </PlayerParam>
  <ScreenParam><!--optional, screen parameters-->
    <autoLightEnable opt="true,false"><!--optional, xs:boolean, whether to enable auto-brightness configuration--></autoLightEnable>
    <lightMode opt="30,40,50,60,70,80"><!--optional, xs:integer, backlight mode, which is valid only when auto-brightness mode (autoLightEnable) is enabled--></lightMode>
    <backLightLevel min="" max=""><!--optional, xs:integer, brightness,  which is valid only when auto-brightness mode (autoLightEnable) is disabled--></backLightLevel>
    <bootLogoEnabled><!--optional, xs:boolean, whether to display logo when power on--></bootLogoEnabled>
  </ScreenParam>
  <DefaultSchedule><!--optional, default program schedule-->
    <scheduleId><!--optional, xs:integer, program schedule ID--></scheduleId>
    <scheduleName><!--optional, xs:string, program schedule name--></scheduleName>
    <enable opt="true,false"><!--optional, xs:boolean, whether to enabledefault program schedule--></enable>
  </DefaultSchedule>
  <PasswordCfg><!--optional, terminal password configuration-->
    <oldPwd min="" max=""><!--write-only, required, xs:string, old password--></oldPwd>
    <newPwd min="" max=""><!--write-only, required, xs:string, new password--></newPwd>
  </PasswordCfg>
  <TemperatureCfg><!--dependent, temperature protection-->
    <enable opt="true,false"><!--required, xs:boolean, whether to enable temperature protection--></enable>
    <securityValue min="" max=""><!--required, xs:integer, security value; if the terminal temperature is lower than this value, it will restart--></securityValue>
    <protectValue min="" max=""><!--required, xs:integer, protection value; if the terminal temperature is higher than this value, it will shutdown--></protectValue>
  </TemperatureCfg>
</TerminalConfig>