From 1f91e592c0b97dc315335417f323d31ca028782a Mon Sep 17 00:00:00 2001 From: James <31272717+gpd-pocket-hacker@users.noreply.github.com> Date: Mon, 25 Jan 2021 16:28:27 +0000 Subject: fish --- tasmota-config/configure-radiators | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tasmota-config') diff --git a/tasmota-config/configure-radiators b/tasmota-config/configure-radiators index 6799acd..b8e15a4 100755 --- a/tasmota-config/configure-radiators +++ b/tasmota-config/configure-radiators @@ -18,7 +18,7 @@ M=10.32.139.1 set -x -for T in laundry_radiator kstudy_radiator bedroom_radiator spare_bedroom_radiator; do +for T in laundry_radiator kstudy_radiator bedroom_radiator spare_bedroom_radiator music_room_e_radiator; do mosquitto_pub -h "${M}" -t "cmnd/${T}/Backlog" -m "Switchmode1 3; Rule1 1; Rule1 4; Rule2 1; Rule2 4; Rule3 1; Rule3 4" sleep 3 mosquitto_pub -h "${M}" -t "cmnd/${T}/Backlog" -m "TelePeriod 60; SetOption26 0; SetOption0 0; PowerOnState 0" -- cgit v1.2.3