#11 Energieverbrauch näherungsweise berechnen

This commit is contained in:
David Zingg
2019-11-25 21:00:24 +01:00
parent d2e1b00b3f
commit 6b041d7cca
4 changed files with 19 additions and 4 deletions

View File

@ -1,4 +1,5 @@
<div class="sidebar_plugin_mystromswitch">
<label class="control-label" id="mystromswitchPowerValue">Powerconsumption 0.0W</label>
<label class="control-label" id="mystromswitchEnergyValue">Energy 0.0Wh</label>
<button class="btn btn-primary" data-bind="click: onToggleRelayEvent, visible : onOffButtonEnabled">{{ _('Toggle Relais') }}</button>
</div>