HDL_ON/UI/UI2/3-Intelligence/Scene/SetSceneFunctionInfoPage.cs
@@ -419,7 +419,7 @@ { temp.value = "100"; } btnBrightnessText.Text = FunctionList.List.GetValueText(temp.key, temp.value); btnBrightnessText.Text = FunctionList.List.GetValueText(temp.key, temp.value) + "%"; } }; btnOff.MouseUpEventHandler = (sender,e) =>{ @@ -435,7 +435,7 @@ { temp.value = "0"; } btnBrightnessText.Text = FunctionList.List.GetValueText(temp.key, temp.value); btnBrightnessText.Text = FunctionList.List.GetValueText(temp.key, temp.value) + "%"; } };