Cleanedup property names
This commit is contained in:
parent
c3731ca4b4
commit
12a6c1d31b
5 changed files with 14 additions and 9 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue