Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ There are 2 events related to device connections that the client may fire:
this device, and that the device can take commands.
- DeviceRemoved (Event/Callback)
- This event will fire when a device disconnects from the server for some reason. It should
contain and instance of the device that disconnected.
contain an instance of the device that disconnected.

While the events are handy for updating UI, Client implementations usually also hold a list of
currently connected devices that can be used for iteration if needed.
Expand Down