This commit is contained in:
zhongchao
2021-03-10 17:33:30 +08:00
parent 3e15aadbff
commit 95a2b099a0
2 changed files with 2 additions and 1 deletions

View File

@@ -173,6 +173,7 @@ public class SocketHandler {
webSocketData.setSn(MoGoAiCloudClient.getInstance().getAiCloudClientConfig().getSn());
webSocketData.setData(GsonUtil.jsonFromObject(content));
String msg = GsonUtil.jsonFromObject(webSocketData);
Logger.d(TAG,"SocketHandler ready to sendMsg : " + msg);
boolean isAccuracyDevice = MoGoAiCloudClient.getInstance().getAiCloudClientConfig().getIsAccuracyDevice();
int msgType = LOW_FREQUENCY_CHANNEL_ID;