Added hal prefix to all config properties

This commit is contained in:
Ziver Koc 2021-07-19 18:06:00 +02:00
parent 4dfa80c17f
commit 203bb67f7f
12 changed files with 123 additions and 62 deletions

View file

@ -19,8 +19,8 @@ import java.util.logging.Logger;
public class HalZWaveController implements HalSensorController, HalEventController, HalAutostartController, NotificationWatcher {
private static final Logger logger = LogUtil.getLogger();
public static final String CONFIG_ZWAVE_PORT = "zwave.com_port";
public static final String CONFIG_ZWAVE_CFG_PATH = "zwave.cfg_path";
public static final String CONFIG_ZWAVE_PORT = "hal_zwave.com_port";
public static final String CONFIG_ZWAVE_CFG_PATH = "hal_zwave.cfg_path";
private String serialPort;
private long homeId;