From dc2728b59a48f8537565fecd1979ef95a9e36f25 Mon Sep 17 00:00:00 2001 From: Ranlvor Date: Tue, 10 Nov 2020 23:44:34 +0100 Subject: [PATCH] uglify the code for the linter --- config/uwap-home/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/uwap-home/index.js b/config/uwap-home/index.js index d989f90..fd857c5 100644 --- a/config/uwap-home/index.js +++ b/config/uwap-home/index.js @@ -184,7 +184,8 @@ const config: Config = { heaterDiningroomTsoll: { state: { name: "tele/home-rust/fritzbox/device/diningroom/tsoll", - type: (msg) => ((parseFloat(msg.toString().split(" ")[1])/2).toString()) + type: (msg) => ((parseFloat(msg.toString().split(" ")[1]) + /2).toString()) }, command: { name: "home-rust/fritzbox/device/diningroom/tsoll/set",