fix watering close all in abilitie for watering
This commit is contained in:
@ -1262,8 +1262,7 @@ sub createHttpValueStrings {
|
||||
. $deviceId
|
||||
. '/abilities/'
|
||||
. $abilities
|
||||
. '/properties/watering_timer_'
|
||||
. $valve_id;
|
||||
. ( defined($valve_id) ? '/properties/watering_timer_'. $valve_id : '/command')
|
||||
|
||||
}
|
||||
elsif (defined($abilities)
|
||||
|
Reference in New Issue
Block a user