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 Apr 14, 2022
1 parent fe18ea8 commit 7246dd8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions css/extension.css
Original file line number Diff line number Diff line change
Expand Up @@ -811,6 +811,10 @@ body #extension-voco-view .extension-voco-tab-selected{
}


#extension-voco-list .extension-voco-spinner{
margin-top:6rem;
}


@media screen and (min-width: 641px) {
.extension-voco-line2{
Expand Down
4 changes: 2 additions & 2 deletions views/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ <h3>Your permission is required</h3>
<h4>Please change the domain name first</h4>
<p>Each controller in your local network should have a unique "domain name", which identifies it on the local network. This controller is currently still using the default name. Having two controllers with the same default domain name on the same network will cause problems. Before you add a second controller, make sure to first change this controllers' hostname into something different and unique. It should be one word, such as "kitchen" or "bedroom".</p>
<p>After you changed the name you will then be able to access this controller by typing that new name into a browser (whenever you're on the local network). For example, it might become <span style="font-style:italic">kitchen.local</span> instead of <span style="font-style:italic">candle.local</span>.</p>
<p><a href="/settings/domain"><button class="text-button">Change the name</button></a></p>
<p style="text-align:right"><a href="/settings/domain"><button class="text-button">Change the name</button></a></p>
</div>
<div class="extension-voco-select-satellites">
<h4>Satellite mode</h4>
Expand All @@ -124,7 +124,7 @@ <h4>Satellite mode</h4>
</div>
</div>
<p>Select the main controller you wish to connect to, and then enable satelite mode. You can find a controller's IP address by going to Settings and then Network.</p>
<p class="extension-voco-italic">Note: once in satellite mode, this controller will no longer be able to control it's own things. The main controller in your home will take over from then on.</p>
<p class="extension-voco-italic">Note: if you have things with the same name on both your main controller and a satellite, then please rename them so they have unique names. For example, call one of them "kitchen radio" and the other one "livingroom radio".</p>

</div>
</div>
Expand Down

0 comments on commit 7246dd8

Please sign in to comment.