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