API
This is documentation for the SYGNAL API, allowing developers to create custom integrations for their SYGNAL workflows.
API v2.0
Version 2.0 of the sygnalAPI, a websocket and HTTP API for control and feed back for all of the s...
Websocket Connections
The Sygnal API is primarily websocket based. You can establish a connection to a sygnal device vi...
HTTP Connections
The HTTP API follows the same format as the websocket API, in fact it used the same handler inter...
Message Structure
The websocket and HTTP messages/requests have a defined structure that must be followed when both...
JavaScript Wrapper Library
There is a JavaScript ES6 wrapper library that can be imported and contains a class that can be u...
Modules
Core [core] core - requests The core module is only really used to register your connection ...
API v1.0
Version 1.0 of the sygnalAPI, a websocket API for control and feed back for all of the sygnal equ...
HTTP Connections
There are a limited number of HTTP endpoints that can be used for some specific purposes as detai...
Websocket Connections
The Sygnal API is websocket based. You can establish a connection to a sygnal device via the conf...
Websocket Structure
The websocket messages have a defined structure that must be followed when both sending and recie...
JavaScript Wrapper Library
There is a JavaScript ES6 wrapper library that can be imported and contains a class that can be u...