Open robertoinberlin opened 5 years ago
https://github.com/eclipse/smarthome/blob/4d2c0d0c05f98ea09a9483b22212bf826a91e1b9/extensions/binding/org.eclipse.smarthome.binding.bluetooth.bluez/src/main/java/org/eclipse/smarthome/binding/bluetooth/bluez/BlueZBluetoothDevice.java#L397
public void dispose() { if (device!=null){ disableNotifications(); } }
Do you consider to create a PR so we can merge this change?
https://github.com/eclipse/smarthome/blob/4d2c0d0c05f98ea09a9483b22212bf826a91e1b9/extensions/binding/org.eclipse.smarthome.binding.bluetooth.bluez/src/main/java/org/eclipse/smarthome/binding/bluetooth/bluez/BlueZBluetoothDevice.java#L397