|
@@ -67,7 +67,7 @@ public class DaemonThread extends Thread {
|
|
|
if (Constant.iot_websocket_url != null) {
|
|
|
log.info("iot-websocket");
|
|
|
IOTWebSocketClient.client = new IOTWebSocketClient(
|
|
|
- new URI(Constant.iot_websocket_url + "?projectId=" + RepositoryBase.projectId.substring(2) + "&type=iot,pointset"));
|
|
|
+ new URI(Constant.iot_websocket_url + "?projectId=" + RepositoryBase.projectId.substring(2) + "&type=iot,text,pointset"));
|
|
|
IOTWebSocketClient.client.connect();
|
|
|
// while (!myClient.getReadyState().equals(READYSTATE.OPEN)) {
|
|
|
// Thread.sleep(1000L);
|