Skip to content

Commit

Permalink
Added back whitespace that my editor took off
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonPuglisi committed Feb 25, 2018
1 parent ac75f7f commit 042b11a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion views/config.pug
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ html(lang='en')
div.select-group.group-bg#select-group-bg-none None
a(href='/now')
| [home]
|
|
a(href='/now/app/hue')
| [hue settings]
script(src='https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js')
Expand Down
18 changes: 9 additions & 9 deletions views/hue.pug
Original file line number Diff line number Diff line change
Expand Up @@ -23,37 +23,37 @@ html(lang='en')
h1#title= title
h2
ol
li Scanning for Hue Bridges. Select the IP address of your bridge.
| If you're not sure which one is right, try the first. Note that
| due to restrictions of the Hue API, you must instruct your web
| browser to allow loading insecure (HTTP) content on this secure
li Scanning for Hue Bridges. Select the IP address of your bridge.
| If you're not sure which one is right, try the first. Note that
| due to restrictions of the Hue API, you must instruct your web
| browser to allow loading insecure (HTTP) content on this secure
| (HTTPS) domain.
div.select-groups-loading#select-groups-loading-bridges
i(class='fa fa-circle-o-notch fa-spin')
| Loading...
div.select-groups#select-groups-bridges
span.hide#select-groups-bridges-error No bridges found. Make sure
span.hide#select-groups-bridges-error No bridges found. Make sure
| you're on the same network as your bridge.
li.hide.hue-step#hue-step-button Press the link button on your Hue
li.hide.hue-step#hue-step-button Press the link button on your Hue
| Bridge and wait a few seconds to connect.
div.hide.select-groups-loading#select-groups-loading-connect
i(class='fa fa-circle-o-notch fa-spin')
| Connecting...
li.hide.hue-step#hue-step-rooms Connected! Select one or more
li.hide.hue-step#hue-step-rooms Connected! Select one or more
| rooms to control.
div.hide.select-groups-loading#select-groups-loading-rooms
i(class='fa fa-circle-o-notch fa-spin')
| Loading...
div.select-groups#select-groups-rooms
li.hide.hue-step#hue-step-done You're all done! Now, just hit
li.hide.hue-step#hue-step-done You're all done! Now, just hit
span.code l
| on your now playing page to toggle light control on and off.
| You can come back to this page at any time to update the groups
| you're using or switch to a different Hue bridge (just start over
| from step one).
a(href='/now')
| [home]
|
|
a(href='/now/app/config')
| [settings]
script(src='https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js')
Expand Down

0 comments on commit 042b11a

Please sign in to comment.