Colmi R12: Fix bluetooth name

This commit is contained in:
Arjan Schrijver
2025-05-26 08:53:27 +02:00
parent b05ecac21b
commit 0a0fba4179
@@ -28,7 +28,7 @@ public class ColmiR12Coordinator extends AbstractColmiR0xCoordinator {
@Override
protected Pattern getSupportedDeviceName() {
return Pattern.compile("^R12_.*");
return Pattern.compile("^COLMI R12_.*");
}
@Override