This repository has been archived on 2026-04-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2020-06-09 16:02:25 +09:00

7 lines
338 B
Twig
Raw Permalink 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|date('Y-m-d H:i:s T') }}
最新温度:  {{ '%5.2f'|format(sensor.latest) }}
平均/日:  {{ '%5.2f'|format(sensor.average) }}
最高値/日: {{ '%5.2f'|format(sensor.max) }}
最低値/日: {{ '%5.2f'|format(sensor.min) }}