Added config files for Zwave and added better logging
This commit is contained in:
parent
b7c7913c92
commit
d12c378b4f
102 changed files with 8169 additions and 39 deletions
|
|
@ -10,6 +10,7 @@ import zutil.log.LogUtil;
|
|||
import java.io.IOException;
|
||||
import java.util.List;
|
||||
import java.util.concurrent.atomic.AtomicReference;
|
||||
import java.util.logging.Level;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
/**
|
||||
|
|
@ -19,10 +20,12 @@ public class HalZWaveControllerTest {
|
|||
|
||||
public static void main(String[] args) throws IOException {
|
||||
LogUtil.setGlobalFormatter(new CompactLogFormatter());
|
||||
LogUtil.setGlobalLevel(Level.ALL);
|
||||
|
||||
HalZWaveController controller = new HalZWaveController();
|
||||
controller.initialize(
|
||||
"/dev/serial/by-id/usb-0658_0200-if00",
|
||||
"./");
|
||||
"./plugins/hal-zwave/config");
|
||||
|
||||
System.out.println("Press ENTER to exit application.");
|
||||
System.in.read();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue