Can we also get the temperature shown for AP’s in manage.alta.inc like it’s shown for the switches @Alta-Matt_v2 ?
This would be really nice!
I know about
for i in /sys/class/thermal/thermal_zone*/temp; do echo “Zone ${i##*/thermal_zone}: $(($(cat $i) / 1000)) C”; done
but this info in the GUI would be much easier