wei
2020-12-19 ecbf9d722cf59efe93cf60ee47e8782eca18eca6
HDL_ON/Entity/Function/Function.cs
@@ -173,8 +173,8 @@
                            max = 1,
                            min = 0,
                        };
                        _trait_on_off.curValue = "on";
                    }
                    _trait_on_off.curValue = "on";
                }
                return _trait_on_off;
            }
@@ -235,7 +235,7 @@
            }
            if (roomNameList == "" && functionType == FunctionType.Scene)
            {
                roomNameList = Language.StringByID(StringId.WholeHouseScene);
                roomNameList = Language.StringByID(StringId.WholeZone);
            }
            return roomNameList;
        }