This repository was created to store the Remootio Websocket API documentation. As the Remootio gets software updates, some new features also induce changes in the API. This is why you can find multiple versions of the API documentation.
Our goal while building the new API versions: new versions of the API shall be a superset of the original API, so all programs written based on the older API specification shall continue to work with the newer version.
The table below shows which API version is used by which Remootio software versions.
Remootio software version | API version |
---|---|
v1.00 - v2.20 | v1 |
v2.21 - | v2 |
v2.24 - | v3 |
Added support and events for holding Remootio's output active for longer periods of time. See the optional duration field in the actions.
View Websocket API v3 documentation
Added more information to SERVER_HELLO frame Increased the amount of log events emitted by Remootio
View Websocket API v2 documentation
This is the initial API version.