thing-it-device-smart-meter
Version:
[thing-it-node] Device Plugin to demo Smart Meter functionality.
11 lines (10 loc) • 474 B
HTML
<div class="flexLayout flexAlignCenter">
<div class="flexLayout flexJustifyCenter flexAlignBaseline flexGrow1 primaryColor">
<div class="fontSize4"><span
ng-if="component._state.energyConsumption">{{component._state.energyConsumption | number:1}}</span><span
ng-if="!component._state.energyConsumption" class="fontWeightNormal">--</span></div>
<div
class="fontSize0_8">kWh
</div>
</div>
</div>