Start work on tracking the mains separately.

This commit is contained in:
Mark Milligan
2022-05-22 23:13:54 -05:00
parent d7edf3db4a
commit 0f730aac32
9 changed files with 114 additions and 68 deletions

View File

@@ -35,7 +35,7 @@ public class MonitorConfig {
}
public String getHost() {
return NullUtils.isEmpty(host) ? "https://lanternpowermonitor.com/" : host;
return NullUtils.isEmpty(host) ? "https://lanternpowermonitor.com/currentmonitor/" : host;
}
public void setHost(String _host) {