GET
Get the list of (USB) peripherals.
| Responses | |
| 200 | GET successful. |
| Response (application/json): object array | ||
| Member | Type | Description |
cameras | array | read-only |
combinedRevision | number (float) | Sum of the binary-coded decimal revisions of the individual peripherals. For example, if the revision for camera, microphone and speaker are 2.1, 2.2 and 2.3, then the combinedRevision will be 6.6. Since version: 2.15 read-only |
id | integer | read-only |
microphones | array | read-only |
name | string | read-only |
pluggedIn | boolean | read-only |
serialNumber | string | See the serial number of the individual camera, microphone or speaker instead read-only |
speakers | array | read-only |
touchscreens | array | Since version: 2.6 read-only |
usbSignature | string | Unique peripheral identifier constructed by VID followed by all PIDs in sorted order Example: 1234:0001-0002-0003 Since version: 2.15 read-only |
vendor | string | read-only |
vendorId | string | Since version: 2.11 read-only |
version | string | Firmware version of the peripheral. Since version: 2.7 read-only |