mirror of
https://github.com/parnic/node-intellicenter.git
synced 2025-06-17 02:21:53 -05:00
Updated Communicating with an IntelliCenter controller (markdown)
@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user