qunicorn_core.api.device_api package
Submodules
qunicorn_core.api.device_api.device_view module
Module containing the routes of the devices API.
- class qunicorn_core.api.device_api.device_view.DeviceView
Bases:
MethodViewDevices Endpoint to get properties of a specific device.
- get(device_id)
Get information about a specific device.
- class qunicorn_core.api.device_api.device_view.DevicesCalibrationView
Bases:
MethodViewDevices Endpoint to get properties of a specific device.
- get(device_id)
Get calibration data for a specific device in a uniform way.
- class qunicorn_core.api.device_api.device_view.DevicesJobsView
Bases:
MethodViewDevices Endpoint to get properties of a specific device/service.
- get(device_id)
Get the active jobs of a device.
qunicorn_core.api.device_api.root module
Module containing the root endpoint of the DEVICES API.
Module contents
Module containing the TaskManager API.