diff --git a/Communicating-with-an-IntelliCenter-controller.md b/Communicating-with-an-IntelliCenter-controller.md index 30413c1..a95a471 100644 --- a/Communicating-with-an-IntelliCenter-controller.md +++ b/Communicating-with-an-IntelliCenter-controller.md @@ -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: