7 lines
336 B
Plaintext
7 lines
336 B
Plaintext
--- センサー #{{ sensor.id }} ---
|
||
最新測定日時:{{ sensor.date }}
|
||
最新温度: {{ sensor.latest | round(precision=2) }} ℃
|
||
平均/日: {{ sensor.average | round(precision=2) }} ℃
|
||
最高値/日: {{ sensor.max | round(precision=2) }} ℃
|
||
最低値/日: {{ sensor.min | round(precision=2) }} ℃
|