| | |
| | | public class FirmwareVersionInfo
|
| | | {
|
| | | /// <summary>
|
| | | /// 云端上面的那个名字
|
| | | /// 云端上面的那个名字,如果是本地空调的模块时,它为全路径
|
| | | /// </summary>
|
| | | public string Name = string.Empty;
|
| | | /// <summary>
|
| | |
| | | /// </summary>
|
| | | public string HardwareVersion = string.Empty;
|
| | | /// <summary>
|
| | | /// 镜像类型
|
| | | /// 镜像类型(当等于-100时,代表它是空调的本地模块)
|
| | | /// </summary>
|
| | | public string ImagType = string.Empty;
|
| | | /// <summary>
|
| | |
| | | /// 当设备Type不一样时,是否生成Log 1->生成
|
| | | /// </summary>
|
| | | public int CheckDeviceType = 0;
|
| | | /// <summary>
|
| | | /// 是否使用以前旧的设备列表获取方式 1->使用
|
| | | /// </summary>
|
| | | public int UseOldSearchDeviceMethord = 0;
|
| | | /// <summary>
|
| | | /// 是否记录上报的gbs坐标 1->记录
|
| | | /// </summary>
|
| | | public int WriteGpsPoint = 0;
|
| | | }
|
| | | #endregion
|
| | |
|