thing-it-device-temperature-alert
Version:
[thing-it-node] Device Plugin listening to SNMP traps.
10 lines (9 loc) • 530 B
HTML
<div style="display: table-row; vertical-align: middle;">
<table style="display: inline-block;">
<tr>
<td style="text-align: center;"><span class="lightPrimaryColor" style="font-size: 4em;">{{component._state.currentReading | number:1}}</span><span
class="smallFont lightPrimaryColor"><span ng-if="component.configuration.unit != 'Celsius'">F</span><span
ng-if="component.configuration.unit === 'Celsius'">°C</span></span></td>
</tr>
</table>
</div>