Device WebSocket
Message Structure
# Example messages
["join_123", "ref-453", "some_topic", "update", "some_payload"]
[null, "another-ref", "diff_topic", "response", {"key": "val"}]
[null, null, "topic3", "wat", [1, 2, 3, 4]]Joining a Channel
['arbitrary_join_ref', 'ref1', 'devices', 'phx_join', {}]Supported Topics
Server Events
device
Client Events
device
Last updated
Was this helpful?