Cleanedup property names

This commit is contained in:
Ziver Koc 2020-07-24 00:39:11 +02:00
parent c3731ca4b4
commit 12a6c1d31b
5 changed files with 14 additions and 9 deletions

View file

@ -78,7 +78,7 @@ public class TellstickSerialComm implements Runnable,
@Override
public boolean isAvailable() {
return HalContext.getStringProperty(CONFIG_TELLSTICK_COM_PORT) != null;
return HalContext.containsProperty(CONFIG_TELLSTICK_COM_PORT);
}
@Override
public void initialize() throws Exception {