Updated Communicating with an IntelliCenter controller (markdown)

2025-05-17 18:43:48 -05:00
parent 4c32e527ae
commit 9f0dfbd60b

@ -1,6 +1,6 @@
IntelliCenter controllers allow connectivity via Telnet and Websocket. The Telnet server listens on port 6681 and the Websocket server is on port 6680. Each server operates in a request-response format where a json payload is delivered as a request and the server replies with a json response. Each request is expected to have a messageID field that will be included in the response for matching responses to requests.
You can connect to the Websocket server with a developer tool like Postman by using: `ws://[intellicenter.ip]:6680`
You can connect to the Websocket server with a developer tool like Postman, Bruno, etc. by using: `ws://[intellicenter.ip]:6680`
Requests follow the basic format: