From 3d35c003db3d4fd25a3cadde1e70373cf450e2f7 Mon Sep 17 00:00:00 2001 From: Evgenii Date: Wed, 17 Feb 2021 22:59:57 +0300 Subject: temperature_host: Rename rpi_temperature and add support for custom paths Signed-off-by: Evgenii Shavrin Signed-off-by: Kevin O'Connor --- docs/Config_Reference.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'docs/Config_Reference.md') diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index 57fbe3df..701c32a3 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -2145,12 +2145,16 @@ sensor_type: temperature_mcu # micro-controller specification. ``` -## RPi temperature sensor +## Host temperature sensor -CPU temperature from the Raspberry Pi running the host software. +Temperature from the machine (eg Raspberry Pi) running the host software. ``` -sensor_type: rpi_temperature +sensor_type: temperature_host +#path: +# The path to temperature system file. The default is +# "/sys/class/thermal/thermal_zone0/temp" which is the temperature +# system file on a Raspberry Pi computer. ``` ## DS18B20 temperature sensor -- cgit v1.2.3-70-g09d2