Icotest Device Server API
Project description
DeviceServer
DeviceServer API
This Python package is automatically generated by the OpenAPI Generator project:
- API version: 1.1.3
- Package version: 1.1.3
- Build package: org.openapitools.codegen.languages.PythonLegacyClientCodegen
Requirements.
Python 2.7 and 3.4+
Installation & Usage
pip install
If the python package is hosted on a repository, you can install directly using:
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
(you may need to run pip
with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
)
Then import the package:
import DeviceServer
Setuptools
Install via Setuptools.
python setup.py install --user
(or sudo python setup.py install
to install the package for all users)
Then import the package:
import DeviceServer
Getting Started
Please follow the installation procedure and then run the following:
from __future__ import print_function
import time
import DeviceServer
from DeviceServer.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to http://localhost/DeviceServer
# See configuration.py for a list of all supported configuration parameters.
configuration = DeviceServer.Configuration(
host = "http://localhost/DeviceServer"
)
# Enter a context with an instance of the API client
with DeviceServer.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = DeviceServer.DevicesApi(api_client)
device_id = 'device_id_example' # str |
expander_index = 56 # int | expander index
expander_port_index = 56 # int | expander port index (optional)
try:
# GET attenuation state
api_response = api_instance.get_attenuator_state(device_id, expander_index, expander_port_index=expander_port_index)
pprint(api_response)
except ApiException as e:
print("Exception when calling DevicesApi->get_attenuator_state: %s\n" % e)
Documentation for API Endpoints
All URIs are relative to http://localhost/DeviceServer
Class | Method | HTTP request | Description |
---|---|---|---|
DevicesApi | get_attenuator_state | GET /Devices/{device_id}/Attenuate | GET attenuation state |
DevicesApi | get_channel_attenuation | GET /Devices/{device_id}/AttenuateChannel | GET attenuation channel state |
DevicesApi | get_current | GET /Devices/{device_id}/Currents/{current_index} | GET current reading of device |
DevicesApi | get_device_attenuation_configuration | GET /Devices/{device_id}/AttenuatorConfig | GET attenuation device config |
DevicesApi | get_device_device_id_buttons | GET /Devices/{device_id}/Buttons | GET all buttons for device |
DevicesApi | get_device_device_id_leds | GET /Devices/{device_id}/Leds | GET all leds for device |
DevicesApi | get_device_device_id_ports | GET /Devices/{device_id}/Ports | GET all ports for device |
DevicesApi | get_device_device_id_temperature_ports | GET /Devices/{device_id}/Temparatures | GET all temperature ports for device |
DevicesApi | get_device_id_port_index | GET /Devices/{device_id}/Ports/{port_index} | GET status of port |
DevicesApi | get_device_port_current | GET /Devices/{device_id}/Ports/{port_index}/Currents | GET current reading of device Port |
DevicesApi | get_device_port_module_led_state | GET /Devices/{device_id}/Ports/{port_index}/Modules/{module_index}/Leds | GET state of Port LED |
DevicesApi | get_device_port_module_relay_state | GET /Devices/{device_id}/Ports/{port_index}/Modules/{module_index}/Relays/{relay_index} | GET state of Port LED |
DevicesApi | get_device_port_voltage | GET /Devices/{device_id}/Ports/{port_index}/Voltages | GET voltage reading of device Port |
DevicesApi | get_device_rotation_angle | GET /Devices/{device_id}/Rotation | GET Rotation Angle |
DevicesApi | get_device_uuid | GET /Serial/{device_serial}/Type/{device_type} | GET uuid from database |
DevicesApi | get_devices | GET /Devices | GET list of devices |
DevicesApi | get_devices_button | GET /Devices/{device_id}/Button | GET state of button |
DevicesApi | get_devices_index | GET /Devices/{device_id} | GET single device |
DevicesApi | get_devices_led | GET /Devices/{device_id}/Leds/{led_index} | GET state of LED |
DevicesApi | get_devices_temperature | GET /Devices/{device_id}/Temperature | GET temperature reading |
DevicesApi | get_fan_speed | GET /Devices/{device_id}/Fan/{fan_index}/Speed | GET device fan speed |
DevicesApi | get_fan_target_temperature | GET /Devices/{device_id}/Fan/{fan_index}/TargetTemperature | GET device fan target temperature |
DevicesApi | get_fan_temperature | GET /Devices/{device_id}/Fan/{fan_index}/Temperature | GET device fan temperature |
DevicesApi | get_firmware_version | GET /Devices/{device_id}/Firmware | GET Device Firmware Version |
DevicesApi | get_message_from_rx_buffer | GET /Devices/messages/rx | GET message from RX table |
DevicesApi | get_message_from_tx_buffer | GET /Devices/messages/tx | GET message from TX table |
DevicesApi | get_port | GET /Port/{port_id} | GET status of port by id |
DevicesApi | get_port_led_state | GET /Devices/{device_id}/Ports/{port_index}/Leds/{led_index} | GET state of Port LED |
DevicesApi | get_port_setup_status | GET /Devices/{device_id}/Ports/{port_index}/SetupStatus | GET status of port |
DevicesApi | get_port_states | GET /PortStates/{port_id} | GET port states by port id |
DevicesApi | get_ports | GET /Ports | GET status of all ports |
DevicesApi | get_relay_state | GET /Devices/{device_id}/Relay | GET state of relay |
DevicesApi | get_temperature_range | GET /Devices/{device_id}/Temperature/Range | GET Temperature Range |
DevicesApi | get_temperature_thresholds | GET /Devices/{device_id}/Temperature/Thresholds | GET Temperature Thresholds |
DevicesApi | get_voltage | GET /Devices/{device_id}/Voltages/{voltage_index} | GET voltage reading of device |
DevicesApi | put_attenuator_state | PUT /Devices/{device_id}/Attenuate | PUT attenuation state |
DevicesApi | put_calibrate_steps_to_angle | PUT /Devices/{device_id}/RotaryTurntableCalibration | PUT RotaryTurntableCalibration |
DevicesApi | put_channel_attenuation | PUT /Devices/{device_id}/AttenuateChannel | PUT attenuation state |
DevicesApi | put_device | PUT /Devices/AddDevice | PUT Add device |
DevicesApi | put_device_device_id_description | PUT /Device/{device_id}/Description | PUT a description for a Device |
DevicesApi | put_device_device_id_name | PUT /Device/{device_id}/Name | PUT a name for a Device |
DevicesApi | put_device_id_label | PUT /Device/{device_id}/Port/{port_index}/Label | PUT a Port label |
DevicesApi | put_device_port_module_led_state | PUT /Devices/{device_id}/Ports/{port_index}/Modules/{module_index}/Leds | PUT state of Port LED |
DevicesApi | put_device_port_module_relay_state | PUT /Devices/{device_id}/Ports/{port_index}/Modules/{module_index}/Relays/{relay_index} | PUT state of Port Relay |
DevicesApi | put_device_rotation_angle | PUT /Devices/{device_id}/Rotation | PUT Rotation |
DevicesApi | put_devices_led_index | PUT /Devices/{device_id}/Leds/{led_index} | PUT state of LED |
DevicesApi | put_devices_ports | PUT /Devices/{device_id}/Ports/{port_index} | PUT state of port |
DevicesApi | put_port_led_state | PUT /Devices/{device_id}/Ports/{port_index}/Leds/{led_index} | PUT state of Port LED |
DevicesApi | put_port_port_id_label | PUT /Port/{port_id}/Label | PUT the label for a Port |
DevicesApi | put_port_port_id_state_label | PUT /Port/{port_id}/StateLabel | PUT state label |
DevicesApi | put_port_states_port_id | PUT /PortStates/{port_id} | |
DevicesApi | put_ports_pulse | PUT /Devices/{device_id}/Ports/{port_index}/Pulse | PUT port into state for period of time |
DevicesApi | put_relay_state | PUT /Devices/{device_id}/Relay | |
DevicesApi | put_serial_test_message | PUT /Devices/{device_id}/Ports/{port_index}/SerialMessage | Serial Message Test |
DevicesApi | put_state_by_port_id | PUT /Port/{port_id} | PUT state of port |
DevicesApi | put_update_offset_angle | PUT /Devices/{device_id}/RotaryTurntableUpdateOffset | PUT RotaryTurntable Degree Offset |
Documentation For Models
- DbButtonState
- DbDeviceButton
- DbDeviceLed
- DbDevicePort
- DbDeviceTemperaturePort
- DbLedState
- DbPortState
- Device
- DeviceButton
- DeviceLed
- DevicePort
- DeviceRxBuffer
- DeviceTemperaturePort
- DeviceTxBuffer
- GetAttenuatorState200Response
- GetDevicesLed200Response
- GetFirmwareVersion200Response
- HostConfig
- PortState
- TempRange
- Temperature
Documentation For Authorization
All endpoints do not require authorization.
Author
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file icotest_deviceserver-1.1.3.tar.gz
.
File metadata
- Download URL: icotest_deviceserver-1.1.3.tar.gz
- Upload date:
- Size: 47.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b28e4fb93808426df161089ccf1d982701aeaecdd570d073e31687402c4f063 |
|
MD5 | a567aea4a99c5630138bc7dcfc78ea54 |
|
BLAKE2b-256 | 1e10f483cd916de5dfbe576dc86247d35786064df72c0105b82362f4bf3ae915 |
Provenance
File details
Details for the file Icotest_DeviceServer-1.1.3-py3-none-any.whl
.
File metadata
- Download URL: Icotest_DeviceServer-1.1.3-py3-none-any.whl
- Upload date:
- Size: 75.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 06ea52735f09e446cf980e0f8b3841c0394273fd5ecbe490a2363a842e70736b |
|
MD5 | 7dfaf76d9a5e2941f18a3c99bbc34822 |
|
BLAKE2b-256 | 2158ad5ac7f04afe8aa460906d873d26d8653e6a3ee0962d797c60c3fb39d396 |