Skip to content

Commit

Permalink
подготовка к релизу spruthub 1.10.1, исправления
Browse files Browse the repository at this point in the history
  • Loading branch information
l0rda committed Nov 18, 2024
1 parent b11cbc4 commit bfc8a24
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 17 deletions.
24 changes: 15 additions & 9 deletions tion-esp-esptemp.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,10 @@
"topicGet": "(1)/button/reset_filter/state",
"topicSet": "(1)/button/reset_filter/command",
"outFunc": "'PRESS'"
}
},
"input": "button",
"read": false,
"value": 1
}
]
},
Expand Down Expand Up @@ -242,23 +245,26 @@
},
{
"link": {
"type": "Float",
"type": "Double",
"topicGet": "(1)/number/boost_time/state",
"topicSet": "(1)/number/boost_time/command"
},
"name": "Турбо, время работы (минут)",
"type": "Float",
"name": "Турбо, время работы",
"type": "Double",
"unit": " минут",
"minValue": 1,
"maxValue": 20,
"minStep": 1
},
{
"link": {
"type": "Integer",
"type": "String",
"topicGet": "(1)/sensor/filter_time_left/state"
},
"name": "Дней до замены фильтров",
"type": "Integer",
"name": "До замены фильтров",
"unit": " дней",
"type": "String",
"write": false,
"input": "status"
},
{
Expand All @@ -270,8 +276,8 @@
},
"type": "Boolean",
"name": "перезагрузить",
"input": "button",
"value": ""
"inputType": "BUTTON",
"value": true
}
]
}
19 changes: 11 additions & 8 deletions tion-esp.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,23 +229,26 @@
},
{
"link": {
"type": "Float",
"type": "Double",
"topicGet": "(1)/number/boost_time/state",
"topicSet": "(1)/number/boost_time/command"
},
"name": "Турбо, время работы (минут)",
"type": "Float",
"name": "Турбо, время работы",
"type": "Double",
"unit": " минут",
"minValue": 1,
"maxValue": 20,
"minStep": 1
},
{
"link": {
"type": "Integer",
"type": "String",
"topicGet": "(1)/sensor/filter_time_left/state"
},
"name": "Дней до замены фильтров",
"type": "Integer",
"name": "До замены фильтров",
"unit": " дней",
"type": "String",
"write": false,
"input": "status"
},
{
Expand All @@ -257,8 +260,8 @@
},
"type": "Boolean",
"name": "перезагрузить",
"input": "button",
"value": ""
"inputType": "BUTTON",
"value": true
}
]
}

0 comments on commit bfc8a24

Please sign in to comment.