thing-it-device-btle-heart-rate-monitor
Version:
[thing-it-node] Device Plugin for GATT-compatible Heart Rate Monitors.
31 lines (29 loc) • 815 B
HTML
<script>
</script>
<style>
.heartRateValue {
font-size: 80px;
}
.heartRateWarning {
color: #FFFF00;
}
.heartRateCritical {
color: #FF0000;
}
</style>
<table>
<tr style="vertical-align: middle;">
<td style="text-align: center;"><span
class="heartRateValue lightenedPrimaryColor">{{component._state.heartRate}}</span></td>
<td style="padding-left: 10px;">
<table>
<tr>
<td class="lightenedPrimaryColor">{{component._state.bodyLocation}}</td>
</tr>
<tr>
<td style="padding-top: 30px;"><ti-battery ti-model="component._state.batteryLevel"></ti-battery></td>
</tr>
</table>
</td>
</tr>
</table>