Added hal prefix to all config properties
This commit is contained in:
parent
4dfa80c17f
commit
203bb67f7f
12 changed files with 123 additions and 62 deletions
|
|
@ -50,7 +50,7 @@ public class TellstickSerialComm implements Runnable,
|
|||
HalSensorController, HalEventController, HalAutostartController {
|
||||
private static final Logger logger = LogUtil.getLogger();
|
||||
|
||||
private static String CONFIG_TELLSTICK_COM_PORT = "tellstick.com_port";
|
||||
private static String CONFIG_TELLSTICK_COM_PORT = "hal_tellstick.com_port";
|
||||
private static final long TRANSMISSION_UNIQUENESS_TTL = 1000; // milliseconds
|
||||
|
||||
private static TellstickSerialComm instance; // Todo: Don't like this but it is the best I could come up with
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue