HDL_ON/UI/UI2/FuntionControlView/ArmSensor/SensorDoorWinwsPage.cs
@@ -29,7 +29,7 @@ /// </summary> public override void InitFrameWhiteContent() { base.SetTitleText(device.name); base.SetTitleText(Language.StringByID(StringId.Sensor)); //添加第二索引页 this.AddSecondPage(); @@ -119,6 +119,10 @@ { Application.RunOnMainThread(() => { var temp = device.attributes.Find((sta) => sta.key == FunctionAttributeKey.Status); if (temp == null) { temp = device.attributes.Find((sta) => sta.key == FunctionAttributeKey.ContactStatus); } if (temp != null) { if (temp.state == "open")