HDL_ON/Entity/Function/Scene.cs
@@ -592,6 +592,11 @@ var modeState = status.Find((obj) => obj.key == FunctionAttributeKey.Mode); var tempState = status.Find((obj) => obj.key == FunctionAttributeKey.SetTemp); var fanState = status.Find((obj) => obj.key == FunctionAttributeKey.FanSpeed); ////海信电视状态 //var hisenseTvState = status.Find((obj) => obj.key == "wol"); //if(hisenseTvState != null) //{ //} if (modeState != null) { sceneFunctionInfo += modeState.GetValueText() + " ";