For example:
- CLI
SSH to the box and execute a script like:
#!/bin/bash cpu_temperature=$(cat /sys/class/thermal/thermal_zone0/temp) echo $((cpu_temperature/1000))°C
- Map this to a button on the remote
For example:
#!/bin/bash cpu_temperature=$(cat /sys/class/thermal/thermal_zone0/temp) echo $((cpu_temperature/1000))°C
About | FAQ | Terms of Service | Privacy Policy | Legal Notice