Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to get current, support friendlyName (Circuits) #4

Merged
merged 5 commits into from
Jan 20, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# nodejs-poolController - Version 3.0.0


[![Join the chat at https://gitter.im/pentair_pool/Lobby](https://badges.gitter.im/pentair_pool/Lobby.svg)](https://gitter.im/pentair_pool/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Join the chat at https://gitter.im/nodejs-poolController/Lobby](https://badges.gitter.im/nodejs-poolController/Lobby.svg)](https://gitter.im/nodejs-poolController/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

# License

Expand Down
10 changes: 8 additions & 2 deletions bootstrap/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@
<td>Heater State</td>
<td id="stateHeater">---</td>
</tr>
<tr>
<td>Freeze Protection</td>
<td id="stateFreeze">---</td>
</tr>
</tbody>
</table>
</div>
Expand Down Expand Up @@ -316,8 +320,10 @@ <h4 class="modal-title">Chlorinator Settings ...</h4>
<div class="container row-content">
</div>
<footer class="breadcrumb">
nodejs-Pentair<br>
<a href="https://github.com/tagyoureit/nodejs-Pentair">Github Repository</a>
nodejs-poolController
<span style="float: right; margin-right: 5px;"><small>HTML Version: </small><span class="label label-default">v0.1.0</span></span><br>
<a href="https://github.com/tagyoureit/nodejs-poolController">Github Repository</a>
<span style="float: right; margin-right: 5px;"><small>JavaScript Version: </small><span id="jsVersion" class="label label-default">---</span></span>
</footer>
</body>
</html>
Loading