2
0
This commit is contained in:
Cedric Hoelzl 2019-10-21 15:09:58 +02:00
parent af94b9818f
commit 39dcbd6674

View File

@ -23,7 +23,7 @@ const tmr = {
0:"Washing Machine", 0:"Washing Machine",
1:"Lave Linge" 1:"Lave Linge"
}, },
tmr: [45,45,45], tmr: [60,60,60],
tmr_str: ["A","B","C"], tmr_str: ["A","B","C"],
}, },
dry:{ dry:{
@ -31,7 +31,7 @@ const tmr = {
0:"Dryer", 0:"Dryer",
1:"Sèche Linge" 1:"Sèche Linge"
}, },
tmr: [45,45,45,45], tmr: [90,90,90,90],
tmr_str: ["+++","++","+","-"] tmr_str: ["+++","++","+","-"]
} }
} }