File was renamed from HDL_ON/Entity/ResidenceConfig.cs |
| | |
| | | FileUtils.WriteFileByBytes ("OnAppConfig", GetUserConfigBytes ()); |
| | | } |
| | | /// <summary> |
| | | /// 国家代码 |
| | | /// </summary> |
| | | public string CountryCode; |
| | | /// <summary> |
| | | /// 国家编号 |
| | | /// </summary> |
| | | public string CountryNumber ="86"; |
| | | /// <summary> |
| | | /// 信息推送标记 |
| | | /// </summary> |
| | | public string PushDeviceToken; |
| | | |
| | | /// <summary> |
| | | /// 当前选择的楼层 |
| | | /// </summary> |
| | | public string CurFoor = Language.StringByID(StringId.All); |
| | | |
| | | /// <summary> |
| | | /// 安防密码 |
| | | /// </summary> |
| | | public string ArmPW = "85521566"; |
| | | |
| | | /// <summary> |
| | | /// 是否显示场景列表 |
| | | /// </summary> |
| | | public bool ShowAlternativeScene = true; |
| | | |
| | | public string SetLanguage = ""; |
| | | |
| | | /// <summary> |
| | | /// 软件解锁界面 |
| | | /// 1:启动时 |
| | | /// 2:布防撤防时 |
| | | /// 3:远程开锁时 |
| | | /// </summary> |
| | | public List<string> appUnlockPage = new List<string>(); |
| | | /// <summary> |
| | | /// 软件解锁方式 |
| | | /// 1:数字密码 |
| | | /// 2:手势密码 |
| | | /// 3:指纹密码 |
| | | /// 4:面容ID |
| | | /// </summary> |
| | | public List<string> appUnlockType = new List<string>(); |
| | | /// <summary> |
| | | /// 软件解锁密码 |
| | | /// </summary> |
| | | public string appUnlockPasswrod = ""; |
| | | /// <summary> |
| | | /// 解锁时间 |
| | | /// </summary> |
| | | public DateTime unlockTime = DateTime.MinValue; |
| | | } |
| | | } |