TCL电子猫眼
This commit is contained in:
@@ -631,12 +631,26 @@ namespace RCUHost.Implement
|
||||
{
|
||||
TCLCommon.SendData(hotelcode, roomnum, TCLcuid, skillid, "SIP");
|
||||
}
|
||||
if (hotelcode.Equals("1085"))
|
||||
//if (hotelcode.Equals("1085"))
|
||||
//{
|
||||
// if (hostModal.Modal.ModalAddress.Equals("004000023"))
|
||||
// {
|
||||
// TCLCommon.SendData(hotelcode, roomnum, TCLcuid, skillid, "ROMANTIC");
|
||||
// }
|
||||
//}
|
||||
|
||||
string ebell_rtsp = host.EBell_RSTP;
|
||||
int du = host.EBell_TV_duration;
|
||||
if (hostModal.Modal.ModalAddress.Equals("004000021"))
|
||||
{
|
||||
if (hostModal.Modal.ModalAddress.Equals("004000023"))
|
||||
Dictionary<string, string> ddd = new Dictionary<string, string>();
|
||||
if (!string.IsNullOrEmpty(ebell_rtsp))
|
||||
{
|
||||
TCLCommon.SendData(hotelcode, roomnum, TCLcuid, skillid, "ROMANTIC");
|
||||
ddd.Add("url", ebell_rtsp);
|
||||
ddd.Add("display_duration", du.ToString());
|
||||
}
|
||||
|
||||
TCLCommon.SendData(hotelcode, roomnum, TCLcuid, skillid, "DOORBELL", 0, ddd);
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user