增加日志推送,增加房态变化的时候 断电功能
This commit is contained in:
@@ -275,7 +275,8 @@ namespace ConsoleApplication2
|
||||
d1.device_id = hostNumber;
|
||||
d1.frame_id = zhenhao;
|
||||
d1.cmd_word = "0F";
|
||||
d1.udp_raw = Tools.ByteToString(data);
|
||||
//d1.udp_raw = Tools.ByteToString(data);
|
||||
d1.udp_raw = data;
|
||||
d1.direction = "下发";
|
||||
|
||||
List<ts_deviceitem> lll1 = new List<ts_deviceitem>();
|
||||
@@ -300,6 +301,11 @@ namespace ConsoleApplication2
|
||||
}
|
||||
static void Main(string[] args)
|
||||
{
|
||||
#if AAA
|
||||
Console.WriteLine("aaaaaaaaaaaaa");
|
||||
#endif
|
||||
|
||||
|
||||
AAA();
|
||||
string aaa111 = "233003";
|
||||
var bj1 = aaa111.Substring(0, 3);
|
||||
|
||||
Reference in New Issue
Block a user