Set last command date.
Though this is only relevant when starting to fetch data from the pump.
This commit is contained in:
parent
336315823e
commit
264e252300
|
@ -301,6 +301,7 @@ public class ComboPlugin implements PluginBase, PumpInterface {
|
||||||
return ruffyScripter.runCommand(command);
|
return ruffyScripter.runCommand(command);
|
||||||
} finally {
|
} finally {
|
||||||
// MainApp.bus().post(new EventPumpStatusChanged(EventPumpStatusChanged.DISCONNECTING));
|
// MainApp.bus().post(new EventPumpStatusChanged(EventPumpStatusChanged.DISCONNECTING));
|
||||||
|
lastCmdTime = new Date();
|
||||||
ruffyScripter.disconnect();
|
ruffyScripter.disconnect();
|
||||||
// MainApp.bus().post(new EventPumpStatusChanged(EventPumpStatusChanged.DISCONNECTED));
|
// MainApp.bus().post(new EventPumpStatusChanged(EventPumpStatusChanged.DISCONNECTED));
|
||||||
// MainApp.bus().post(new EventComboPumpUpdateGUI());
|
// MainApp.bus().post(new EventComboPumpUpdateGUI());
|
||||||
|
|
Loading…
Reference in a new issue