getSettings

abstract suspend fun getSettings(deviceId: String): List<CommandData>

Retrieves the current scanner settings from the connected BLE device.

Return

A list of CommandData, each containing the command name and associated parameters.

Parameters

deviceId

The unique identifier of the BLE device to fetch settings from.

Throws

if fetching settings fails or an error occurs.