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