Skip to content

Commit

Permalink
v0.3.2 Bugfix: Admin interface settings
Browse files Browse the repository at this point in the history
  • Loading branch information
DutchmanNL committed Oct 29, 2023
1 parent 257c0d9 commit 944fd88
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion admin/index_m.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@

<div class="input-field col s2">
<input placeholder="Buffer messages in seconds to avoid system overload" id="messageBuffer" type="number" class="value">
<label for="messageBuffer" class="translate">expireTime</label>
<label for="messageBuffer" class="translate">messageBuffer</label>
</div>

</div>
Expand Down
2 changes: 1 addition & 1 deletion io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "vedirect",
"version": "0.3.1",
"news": {
"0.3.1": {
"0.3.2": {
"en": "Message buffer implemented to avoid system overload",
"de": "Nachrichtenpuffer implementiert, um Systemüberlastung zu vermeiden",
"ru": "Буфер сообщений реализован во избежание перегрузки системы.",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.vedirect",
"version": "0.3.1",
"version": "0.3.2",
"description": "Read VE.direct data from Victron devices",
"author": {
"name": "DutchmanNL",
Expand Down

0 comments on commit 944fd88

Please sign in to comment.