| | |
| | | /// <summary>
|
| | | /// 当前打开的全部画面ID
|
| | | /// </summary> |
| | | public static List<string> listActionFormId = new List<string>(); |
| | | /// <summary>
|
| | | /// 接受网关在线状态推送的界面
|
| | | /// </summary> |
| | | public static List<CommonFormBase> listGatewayOnlinePushForm = new List<CommonFormBase>(); |
| | | /// <summary>
|
| | | /// 接受设备属性变更推送的界面
|
| | | /// </summary> |
| | | public static List<CommonFormBase> listDeviceAttributePushForm = new List<CommonFormBase>();
|
| | | public static List<string> listActionFormId = new List<string>();
|
| | | /// <summary>
|
| | | /// 用户登录的信息缓存,切换到个人中心主界面时,就会刷新
|
| | | /// </summary> |