improve log
This commit is contained in:
parent
27204f1933
commit
d690e1a852
2
pool.js
2
pool.js
@ -116,7 +116,7 @@ function do_call(calls) {
|
|||||||
|
|
||||||
function update_pump(temp, max, time) {
|
function update_pump(temp, max, time) {
|
||||||
status.tick_pump++;
|
status.tick_pump++;
|
||||||
print("[POOL] update_pump", status.tick_pump, temp, max, time);
|
print("[POOL] update_pump", status.tick_pump, "- temp:", temp, "max:", max, "time:", time);
|
||||||
|
|
||||||
let duration = compute_duration_filt(max);
|
let duration = compute_duration_filt(max);
|
||||||
let schedule = compute_schedule_filt(duration);
|
let schedule = compute_schedule_filt(duration);
|
||||||
|
Loading…
Reference in New Issue
Block a user