Deactivate plot in sauna

Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
This commit is contained in:
Thomas Klaehn
2024-07-04 07:04:52 +02:00
parent d26f92a0f1
commit d3b5b7d9ba
3 changed files with 9 additions and 15 deletions

View File

@@ -13,9 +13,6 @@
const PRECISION = 1;
export async function create(legend_label, legend_unit, duration) {
console.log(legend_label);
console.log(legend_unit);
console.log(duration);
data_label = legend_label;
unit = legend_unit;
last_for_seconds = duration;