how to read the room number of the settings of the TV / TVs via the network. I can save number room in TV by remote control -> professional settings -> Room id
I needs to show something at the appropriate TV.
Update
function Room(){
var JAPITObjForWIXPSvc = new CreateJAPITObjectForWIXPSvc();
JAPITObjForWIXPSvc.Cookie = 1040;
JAPITObjForWIXPSvc.CmdType = "Change";
JAPITObjForWIXPSvc.Fun = "ProfessionalSettingsControl";
JAPITObjForWIXPSvc.CommandDetails = {
"ProfessionalSettingsParameters" : [ "RoomID" ] lert(RoomID);
};
sendWIxPCommand(JAPITObjForWIXPSvc);
delete JAPITObjForWIXPSvc;
}
I do not know whether a good trail goes, he needs to pull the number of TVs hotel I am definitely sure about the javascript help mi