We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The subscription address is as follows: ws://host:port/api/ws First,I need to connect.Then I send a subscription message:
{ "authCmd": { "cmdId": 0, "token": "" }, "cmds": [ { "entityType": "DEVICE", "entityId": "71da9c40-9ce9-11ef-a2c5-87c7805860a6", "cmdId": 10, "type": "TIMESERIES" },{ "entityType": "DEVICE", "entityId": "226528f0-9cea-11ef-a2c5-87c7805860a6", "cmdId": 10, "type": "TIMESERIES" } ] }
I didn't find how to use websocket in the documentation
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The subscription address is as follows:
ws://host:port/api/ws
First,I need to connect.Then I send a subscription message:
I didn't find how to use websocket in the documentation
The text was updated successfully, but these errors were encountered: