wei
2021-04-01 e3f3f62315a5789cd812b96954b67bffda4a0f5a
HDL_ON/Entity/ResponseEntity/RegionInfoRes.cs
@@ -118,10 +118,14 @@
        /// 住宅区域名字
        /// </summary>
        public string homeRegionName;
        ///// <summary>
        ///// 是否绑定网关
        ///// </summary>
        //public bool isBindGateway;
        /// <summary>
        /// 是否允许创建场景
        /// </summary>
        public bool isAllowCreateScene;
        /// <summary>
        /// 是否绑定网关
        /// </summary>
        public bool isBindGateway;
    }
    /// <summary>
@@ -199,5 +203,9 @@
        /// 住宅地址
        /// </summary>
        public string homeAddress;
        /// <summary>
        /// 是否允许创建场景
        /// </summary>
        public bool isAllowCreateScene;
    }
}