From 39dcbd6674fe172e20ba85e84b403cb9f3f6c088 Mon Sep 17 00:00:00 2001 From: Cedric Hoelzl Date: Mon, 21 Oct 2019 15:09:58 +0200 Subject: [PATCH] Coded --- config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index 82e1bb6..93119ee 100644 --- a/config.js +++ b/config.js @@ -23,7 +23,7 @@ const tmr = { 0:"Washing Machine", 1:"Lave Linge" }, - tmr: [45,45,45], + tmr: [60,60,60], tmr_str: ["A","B","C"], }, dry:{ @@ -31,7 +31,7 @@ const tmr = { 0:"Dryer", 1:"Sèche Linge" }, - tmr: [45,45,45,45], + tmr: [90,90,90,90], tmr_str: ["+++","++","+","-"] } }