This commit is contained in:
2024-04-06 15:00:56 -05:00
parent 0cc1161ac3
commit 9bc8e8332d
2 changed files with 2 additions and 1 deletions

View File

@@ -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 '

View File

@@ -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')