Skip to content

Commit

Permalink
verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
psmsmets committed Nov 11, 2021
1 parent 14e6a5e commit 69dba1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thermmode-unifi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ then
exit 1
elif [ "$mode" == "hg" ];
then
echo "** Thermostat is in frost guard mode ** "
verbose "** Thermostat is in frost guard mode ** "
exit 0
else
verbose "** Thermostat mode = $mode **"
Expand Down Expand Up @@ -578,7 +578,7 @@ then
echo "** Set thermostat mode to schedule **"
resp=$(netatmo_setthermmode 'schedule')
else
echo "** No need to change the thermostat mode **"
verbose "** No need to change the thermostat mode **"
fi

if echo $resp | grep error > /dev/null;
Expand Down

0 comments on commit 69dba1d

Please sign in to comment.