Closed jonau closed 1 year ago
When we e.g. use the createWebsocketToken method in the client the url given is expected to be in the form /devices/{}/websocket
createWebsocketToken
/devices/{}/websocket
However I suggest that the Device URL itself /devices/{} is enough...
/devices/{}
This should be fixed with fc84c4a.
When we e.g. use the
createWebsocketToken
method in the client the url given is expected to be in the form/devices/{}/websocket
However I suggest that the Device URL itself
/devices/{}
is enough...