Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
- Final update to documentation for 1.3.0.
  • Loading branch information
hopejr committed May 7, 2023
1 parent 57c849a commit 013efae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Use to retrieve all the devices that are connected.
Returns:
- `Object[]` - contains the following information:
- `id` String - either an MD5 hash of the serial number (if it exists) or the device path, used to distinguish between multiple devices that may be connected at once.
- `path` String - the USB device path
- `name` String - name of the device ('ShuttleXpress', 'ShuttlePro v1', or 'ShuttlePro v2')
- `hasShuttle` Boolean
- `hasJog` Boolean
Expand All @@ -55,6 +56,7 @@ Returns:

Returns `Object | null`:
- `id` String - either an MD5 hash of the serial number (if it exists) or the device path, used to distinguish between multiple devices that may be connected at once.
- `path` String - the USB device path
- `name` String - name of the device ('ShuttleXpress', 'ShuttlePro v1', or 'ShuttlePro v2')
- `hasShuttle` Boolean
- `hasJog` Boolean
Expand Down

0 comments on commit 013efae

Please sign in to comment.