removeDevice

fun removeDevice(device: NIMMSTADevice, removeFromGlobalDevices: Boolean = false)

Removes a specific device from the list of managed devices.

Parameters

device

The NIMMSTADevice to be removed.


fun removeDevice(address: String, removeFromGlobalDevices: Boolean = false)

Removes a device with the specified address from the list of managed devices.

Parameters

address

The address of the device to be removed.