mirror of
https://github.com/zyphlar/LanternPowerMonitor.git
synced 2024-03-08 14:07:47 +00:00
Start work on tracking the mains separately.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user