Documentation

WebSocket API - API Version

The current version of the WebSocket API

Data recieved in the API_VERSION channel will have a payload in the format
Channel Payload

"payload": String, // Current API Version as a SemVer string

The String will be a semver compliant version string for the WebSocketAPI. You should use this to determine if your app is designed to handle the current API syntax.