Files
digitemp-rrdgraph/templates/mail_sensor.inc.tera
T
2026-03-24 19:59:02 +09:00

7 lines
336 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
--- センサー #{{ sensor.id }} ---
最新測定日時:{{ sensor.date }}
最新温度:  {{ sensor.latest | round(precision=2) }} ℃
平均/日:  {{ sensor.average | round(precision=2) }} ℃
最高値/日: {{ sensor.max | round(precision=2) }} ℃
最低値/日: {{ sensor.min | round(precision=2) }} ℃