Don't provide status JSON until we can provide it properly.
This commit is contained in:
parent
ff088ddd3f
commit
40941996c2
1 changed files with 1 additions and 1 deletions
|
@ -625,7 +625,7 @@ public class ComboPlugin implements PluginBase, PumpInterface {
|
|||
// TODO v2 add battery, reservoir info when we start reading that and clean up the code
|
||||
@Override
|
||||
public JSONObject getJSONStatus() {
|
||||
if (pump.lastCmdTime.getTime() + 5 * 60 * 1000L < System.currentTimeMillis()) {
|
||||
if (true) { //pump.lastCmdTime.getTime() + 5 * 60 * 1000L < System.currentTimeMillis()) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue