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

@ -1 +1 @@
long state
state format

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 '' )

View File

@ -1,2 +1,2 @@
UPD 2022-05-08_12:44:36 49520 FHEM/73_GardenaSmartBridge.pm
UPD 2022-05-14_22:59:23 66249 FHEM/74_GardenaSmartDevice.pm
UPD 2022-05-14_23:01:58 66268 FHEM/74_GardenaSmartDevice.pm