| | |
| | | residenceAddFunctionView.AddChidren(btnResidenceAddFunctionText); |
| | | #endregion |
| | | |
| | | if (DB_ResidenceData.Instance.HomeGateway.isSupportGroupControl) |
| | | bool needShow = false; |
| | | if (DB_ResidenceData.Instance.HomeGateway.isSupportGroupControl || needShow) |
| | | { |
| | | residenceFunctionCount++; |
| | | #region ---组合调光 |
| | |
| | | if(Language.CurrentLanguage == "Chinese") |
| | | { |
| | | btnSiriText.Text = "Siri快捷方式"; |
| | | }else |
| | | } |
| | | else |
| | | { |
| | | btnSiriText.Text = "Siri Shortcut"; |
| | | } |
| | |
| | | siriView.AddChidren(btnSiriText); |
| | | |
| | | |
| | | btnSiriText.MouseUpEventHandler = (sender, e) => { |
| | | btnSiriText.MouseUpEventHandler = (sender, e) => |
| | | { |
| | | var ddd =new Other.SkipControl(); |
| | | ddd.SkipSiriView(); |
| | | }; |