nextcloudPiの温度を取得する
hr.icon
TD;DR
code:sh
perl -e "print($(cat /sys/class/thermal/thermal_zone0/temp) / 1000 . C)"
なかみ
1/1000単位で温度を取得
code:sh
cat /sys/class/thermal/thermal_zone0/temp