mirror of
https://github.com/bwssytems/ha-bridge.git
synced 2025-12-19 08:28:46 +00:00
Try to remove most code naming away from amazon. Fix package names being incorrect. Added Vera query functionality, needs some fine tuning.
15 lines
159 B
Java
15 lines
159 B
Java
package demo;
|
|
|
|
import com.bwssystems.HABridge.HABridge;
|
|
|
|
/*
|
|
* Dummy test holder
|
|
*/
|
|
|
|
public class DemoApplicationTests {
|
|
|
|
public void contextLoads() {
|
|
}
|
|
|
|
}
|