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