Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Candle - the privacy friendly smart home authored Mar 16, 2022
1 parent 33c5645 commit b420329
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions js/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,10 @@
document.getElementById('extension-voco-injection-busy').style.display = 'none';
document.getElementById('extension-voco-text-commands-container').style.display = 'block';
}
else{
document.getElementById('extension-voco-injection-busy').style.display = 'block';
document.getElementById('extension-voco-text-commands-container').style.display = 'none';
}


if(body['text_response'].length != 0){
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
}
},
"short_name": "Voco",
"version": "2.8.18",
"version": "2.8.20",
"web_accessible_resources": [
"css/*.css",
"images/*.svg",
Expand Down
2 changes: 1 addition & 1 deletion views/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h3>Your permission is required</h3>
<p>Voco seems to have trouble connecting to the MQTT server. If this device is a satellite, then the main controller may be down. If it's the main (or only) Voco controller, then this may indicate a configuration error.</p>
</div>

<div id="extension-voco-injection-busy">
<div id="extension-voco-injection-busy" style="display:none">
<div class="extension-voco-spinner">
<div></div><div></div><div></div><div></div>
</div>
Expand Down

0 comments on commit b420329

Please sign in to comment.