diff --git a/app/templates/index.html b/app/templates/index.html
index b9bd71a..321341a 100644
--- a/app/templates/index.html
+++ b/app/templates/index.html
@@ -105,7 +105,7 @@ input:checked + .slider:before {
-
powerbar.ti (0.0.7)
+
powerbar.ti (0.08)
For the API vist '/powerbars'
@@ -154,6 +154,13 @@ input:checked + .slider:before {
+
+ {% if outlet[1].state == "on" %}
+ On
+ {% else %}
+ Off
+ {% endif %}
+
{% endfor %}