公告板
版本库
filestore
活动
搜索
登录
徐梅
/
HomeApp
HDL Home App 第二版本 旧平台金堂用 正在使用
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
测试推送正常
lss
2022-06-15
c1547bfd3de3528fbadfd7b9154086a1f1c7ece2
[~xm/HomeApp.git]
/
ZigbeeApp
/
Shared
/
Phone
/
ZigBee
/
Common
/
CloudMqttResponsePack.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
using System;
namespace ZigBee.Common
{
[Serializable]
public class CloudMqttResponsePack
{
public string StateCode;
public string Info;
public string CloudTimestamp;
}
}