REST API Non-PNP devices
April 13, 2023 at 2:39 AMNon-PNP devices
Functions in this section give access to the SpringCard devices that are either
- physically attached to the computer, but not supported by the OS’ Plug’n’Play scheme, such as serial devices,
- not physically attached to the computer, but available in the nearby, such as network and Bluetooth devices.
Objects
- FOUND_DEVICE : represents a device that is currently available in the nearby,
Routes
Look for devices in the nearby
-
Begin Lookup :
POST /lookup/begin
-
End Lookup :
POST /lookup/end
Configure a device
-
Set the network configuration :
POST /setup/network
Manage device bindings
-
Bind a Device :
PUT /device/{$id}/bind
-
Unbind a Device :
DELETE /device/{$id}/bind