@@ -26,5 +26,5 @@ on_received(data) -> callback of recevied messages from ws server
function WebSocketClient:send(command, data)
command -> string,
-data -> any
+data -> any (auto-converted)
```