From 3e751bf75764dcca9bb23a74ead8b7ca280e52fe Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Mon, 22 Aug 2022 09:47:59 +0200 Subject: [PATCH] Fix Giex zigbee attribute --- tasmota/zigbee/giex_water.zb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/zigbee/giex_water.zb b/tasmota/zigbee/giex_water.zb index b36ffd6f9..4f58ff46b 100644 --- a/tasmota/zigbee/giex_water.zb +++ b/tasmota/zigbee/giex_water.zb @@ -4,7 +4,7 @@ EF00/0101,WaterMode # duration=0 / capacity=1 EF00/0102,WaterState # off=0 / on=1 EF00/0365,IrrigationStartTime # (string) ex: "08:12:26" -EF00/0366,IrrigationTarget # (string) ex: "08:13:36" +EF00/0366,IrrigationStopTime # (string) ex: "08:13:36" EF00/0267,CycleIrrigationNumTimes # number of cycle irrigation times, set to 0 for single cycle EF00/0268,IrrigationTarget # duration in minutes or capacity in Liters (depending on mode) EF00/0269,CycleIrrigationInterval # cycle irrigation interval (minutes, max 1440)