manageSensor

abstract suspend fun manageSensor(sensorMacAddress: BluetoothMacAddress, action: GatewayDetectedSensorAction, updateProgress: suspend (progress: Progress) -> Unit = {})

Manage sensor detected by a gateway

Parameters

sensorMacAddress

of the sensor to be managed

action

to be performed

updateProgress

of the operation