DevicesApi
Functions
Link copied to clipboard
Deletes a device.
Link copied to clipboard
Get info for a device.
Link copied to clipboard
suspend fun getDeviceOptions(id: String): Response<ERROR CLASS: Symbol not found for DeviceOptionsDto>
Get options for a device.
Link copied to clipboard
suspend fun getDevices(userId: ERROR CLASS: Symbol not found for UUID?? = null): Response<ERROR CLASS: Symbol not found for DeviceInfoDtoQueryResult>
Get Devices.
Link copied to clipboard
suspend fun updateDeviceOptions(id: String, data: ERROR CLASS: Symbol not found for DeviceOptionsDto): Response<Unit>
Update device options.