Fix unreachable status
This commit is contained in:
parent
e03e9e70a6
commit
17582fe9c1
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
if (lock.ops.low_battery) {
|
if (lock.ops.low_battery) {
|
||||||
state_bat.innerHTML = state_bat.innerHTML + '<svg class="icon"><use href="static/icons.svg#icon-mobile-bolt-svgrepo-com"/></svg>';
|
state_bat.innerHTML = state_bat.innerHTML + '<svg class="icon"><use href="static/icons.svg#icon-mobile-bolt-svgrepo-com"/></svg>';
|
||||||
}
|
}
|
||||||
if (lock.ops.low_battery) {
|
if (lock.ops.unreachable) {
|
||||||
state_bat.innerHTML = state_bat.innerHTML + '<svg class="icon"><use href="static/icons.svg#icon-broken-link-svgrepo-com"/></svg>';
|
state_bat.innerHTML = state_bat.innerHTML + '<svg class="icon"><use href="static/icons.svg#icon-broken-link-svgrepo-com"/></svg>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue