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