saas-smartAi通信协议标准库
gongshangguo
2022-02-28 480b53ec4f00801e91b4c037457a43dd7da9acf3
aiotProto/aiot/aiot_common.proto
@@ -104,4 +104,10 @@
    string virtualIp = 5;
    // 集群节点列表
    repeated DeviceNode deviceList = 6;
}
}
// 数据上报
message DataReport {
    string dataKey = 1;
    bytes data = 2;
}