JLChen
2020-12-09 6a860510eb765d6bd90fc324e70698410e1a1d70
Crabtree/SmartHome/UI/SimpleControl/Phone/Sensor/UserSensorAutomationPage.cs
@@ -175,7 +175,7 @@
                                        var conditianStatusListRevice = Control.ControlBytesSendHasReturn (Command.SetSensorAutomationEnableList, autonmationDevice.SubnetID, autonmationDevice.DeviceID, autonmationDevice.AutomationEnableList);
                                    } catch (Exception ex) {
                                        Console.WriteLine (ex.Message);
                                        Utlis.WriteLine (ex.Message);
                                    } finally {
                                        Application.RunOnMainThread (() => {
                                            MainPage.Loading.Hide ();
@@ -236,7 +236,7 @@
                                                var conditianStatusListRevice = Control.ControlBytesSendHasReturn (Command.SetSensorAutomationEnableList, autonmationDevice.SubnetID, autonmationDevice.DeviceID, autonmationDevice.AutomationEnableList);
                                                var conditionIdListRevice = Control.ControlBytesSendHasReturn (Command.SetSensorAutomationListID, autonmationDevice.SubnetID, autonmationDevice.DeviceID, autonmationDevice.ConditionIdList);
                                            } catch (Exception ex) {
                                                Console.WriteLine (ex.Message);
                                                Utlis.WriteLine (ex.Message);
                                            } finally {
                                                Application.RunOnMainThread (() => {
                                                    MainPage.Loading.Hide ();
@@ -250,7 +250,7 @@
                        });
                    }
                } catch (Exception ex) {
                    Console.WriteLine (ex.Message);
                    Utlis.WriteLine (ex.Message);
                } finally {
                    Application.RunOnMainThread (() => {
                        MainPage.Loading.Hide ();