| | |
| | | /// 保存账号配置的【文件】
|
| | | /// </summary>
|
| | | public const string AccountOptionFile = "d33690329dfdf2e5dcce0280893b95a0db47b5be13b46aa0";
|
| | | /// <summary>
|
| | | /// 保存住宅顺序的【文件】
|
| | | /// </summary>
|
| | | public const string ResidenceSortFile = "b79583bed6909a524e81e2461474f8dcc7a45bf99cecee93";
|
| | | /// <summary>
|
| | | /// 保存楼层顺序的【文件】
|
| | | /// </summary>
|
| | | public const string FloorSortFile = "2b156ce95c29de53578282f4d7228f60";
|
| | | /// <summary>
|
| | | /// 保存房间顺序的【文件】
|
| | | /// </summary>
|
| | | public const string RoomSortFile = "b1b9f1a50064016f62dea3f160703de2";
|
| | | /// <summary>
|
| | | /// 保存设备顺序的【文件】
|
| | | /// </summary>
|
| | | public const string DeviceSortFile = "9887fffbee29c2566351e3ef2ddea279";
|
| | | /// <summary>
|
| | | /// 保存Log的【文件夹】
|
| | | /// </summary>
|
| | | public const string LogDirectory = "820c65b54b6f3f2a";
|
| | | /// <summary>
|
| | | /// 分享楼层的【文件】
|
| | | /// </summary>
|
| | | public const string ShardFloorFile = "5f05f7a6f26c51d1b096dc777f6c02f2";
|
| | | /// <summary>
|
| | | /// 物理设备属于哪个房间的【文件】
|
| | | /// </summary>
|
| | | public const string DeviceRoomIdFile = "020945dd7966a7550090d3c04a04d93cd2278eb4e6aebcf6";
|
| | | /// <summary>
|
| | | /// 保存意见反馈次数的【文件】
|
| | | /// </summary>
|
| | | public const string SuggestionFile = "f782709778b751ef2b3840f17e407ead";
|
| | | /// <summary>
|
| | | /// 检测引导的【文件】
|
| | | /// </summary>
|
| | | public const string GuideFile = "cad1afb384fb482de753fc37ebe84f9e";
|
| | | /// <summary>
|
| | | /// 打开Gbs的判断【文件】(临时)
|
| | | /// </summary>
|
| | | public const string OpenGbsFile = "cd8f75492cb65ef0951442460336db62";
|
| | |
|
| | | /// <summary>
|
| | | /// 显示功能菜单的【标识文件】,不加密
|
| | | /// </summary>
|
| | | public const string ShowOptionMenuFile = "ShowOptionMenuFile";
|
| | | /// <summary>
|
| | | /// 详细Log处理的【标识文件】,不加密
|
| | | /// </summary>
|
| | | public const string DetailedLogFile = "DetailedLogFile";
|
| | | /// <summary>
|
| | | /// 显示设备历史版本的【标识文件】,不加密
|
| | | /// </summary>
|
| | | public const string DeviceHistoryFile = "DeviceHistoryFile";
|
| | | /// <summary>
|
| | | /// 功能备份的名字 这个东西不加密
|
| | | /// </summary>
|
| | | public const string OptionBackupName = "##Option##";
|
| | | }
|
| | | }
|