Skip to content

Instantly share code, notes, and snippets.

Created September 24, 2017 00:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/32b6ce3ed038d0df26fc4e758ffdaacc to your computer and use it in GitHub Desktop.
Save anonymous/32b6ce3ed038d0df26fc4e758ffdaacc to your computer and use it in GitHub Desktop.
{% args sensor %}
<html>
<body>
<table>
<tr>
<th>value</th>
<th>timestamp</th>
</tr>
<tr>
<td>{{sensor['tmpr']}}</td>
<td>11:00</td>
</tr>
<tr>
<td>{{sensor['hmdty']}}</td>
<td>09:00</td>
</tr>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment