From 69dba1d372c8139366e7d9d2e20917e83bfecfee Mon Sep 17 00:00:00 2001 From: Pieter Smets Date: Thu, 11 Nov 2021 21:39:19 +0100 Subject: [PATCH] verbose --- thermmode-unifi.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thermmode-unifi.sh b/thermmode-unifi.sh index 7066f09..4aa430e 100755 --- a/thermmode-unifi.sh +++ b/thermmode-unifi.sh @@ -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 **" @@ -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;