diff --git a/defaults.inc b/defaults.inc index 7d116ed0..75ba9dae 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERS='2.6.68-03172024' +VERS='2.6.70-04062024' noheader=' update service dailytemp confsync -r -report ' diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index dc39d890..da383481 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -616,6 +616,7 @@ CHECKTEMP_SERVICE_RUNSENSOR(){ temp_c=`IDS_NUMBER_FORMAT $(echo ${INFO} | jq -r '.device0 .obs[].probe_temp') 2 yes` else temp_c=`IDS_NUMBER_FORMAT $(echo ${INFO} | jq -r '.device0 .obs[].ambient_temp') 2 yes` + temp_h=`IDS_NUMBER_FORMAT $(echo ${INFO} | jq -r '.device0 .obs[].humidity') 2 yes` fi temp_h=$(echo ${INFO} | jq -r '.device0 .obs[].humidity')