strgin format error

This commit is contained in:
Sebastian
2022-05-14 23:02:12 +02:00
parent c551f4855f
commit d6e6847955
3 changed files with 3 additions and 3 deletions

View File

@ -907,7 +907,7 @@ sub setState {
# Log3 $name, 3, "[DEBUG] - GardenaSmartDevice ($name) - wasser timer: $activ_watering";
# ### eventuell auf binare bits und shiften
$state_string .=
$state_string .= $activ_watering > 0
# offen
?
( ReadingsVal($name, 'scheduling-schedules_paused_until_'.$activ_watering, '' ) eq '' )