wxr
2023-10-20 4e4f9c3ee4ff6d05d5a431626901fbf43eb368a9
HDL_ON/UI/UI2/3-Intelligence/Automation/InpOrOutLogicMethod.cs
@@ -218,7 +218,7 @@
                                case SPK.SensorDryContact2:
                                    {
                                        string value = this.GetKeyValue(FunctionAttributeKey.ContactStatus, dicList);
                                        string value = this.GetKeyValue("contact_status", dicList);
                                        inputView.btnState.Text = Language.StringByID(StringId.offLogic);
                                        if (value == "open")
                                        {