UM25: fixed bonding style

This commit is contained in:
Daniel Dakhno
2021-03-08 12:29:21 +01:00
committed by Andreas Shimokawa
parent b7b45e199d
commit b4a115d2c3
@@ -140,4 +140,9 @@ public class UM25Coordinator extends AbstractDeviceCoordinator {
public boolean supportsWeather() {
return false;
}
@Override
public int getBondingStyle() {
return BONDING_STYLE_NONE;
}
}