fixing symikolon

This commit is contained in:
Sebastian
2022-06-11 14:12:02 +02:00
parent ae4e1b9990
commit 576569ea2d
3 changed files with 3 additions and 3 deletions

View File

@ -904,7 +904,7 @@ sub setState {
} else {
$state_string = scalar(@ic24opened_ventils) > 0
# offen
? sprintf( (RigReadingsValue($hash, 'will be irrigated %.f minutes remaining.')), $lowest_duration/60);
? sprintf( (RigReadingsValue($hash, 'will be irrigated %.f minutes remaining.')), $lowest_duration/60)
# zu
:
( $has_scheduling )