18 lines
546 B
Plaintext
18 lines
546 B
Plaintext
|
## -*- coding: utf-8 -*-
|
||
|
<html>
|
||
|
<body>
|
||
|
<p><b>This is a warning from ${probe}.</b><br>
|
||
|
The status of ${probe} is: ${status}.<br>
|
||
|
This is because the temperature is ${reading.degrees_f}<br>
|
||
|
and has been so for longer than expected.<br>
|
||
|
This unit should be looked at as soon<br>
|
||
|
as possible to ensure no food goes to waste.
|
||
|
</p>
|
||
|
<p>
|
||
|
Notes:<br>
|
||
|
This alert will happen every 15 minutes until<br>
|
||
|
the temperature reaches an acceptable level.<br>
|
||
|
</p>
|
||
|
</body>
|
||
|
</html>
|