uglify the code for the linter
This commit is contained in:
parent
94aafdfbdd
commit
dc2728b59a
1 changed files with 2 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue