From fe6f518edd065e7ca5c735ccb00cc46d7bcab1c0 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 18 Jul 2021 00:06:56 +0200 Subject: note that EFA occupancy is estimation-based --- lib/DBInfoscreen.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/DBInfoscreen.pm') diff --git a/lib/DBInfoscreen.pm b/lib/DBInfoscreen.pm index ca8be38..cd97398 100644 --- a/lib/DBInfoscreen.pm +++ b/lib/DBInfoscreen.pm @@ -286,13 +286,13 @@ sub startup { my $text = 'Auslastung unbekannt'; if ( $occupancy > 2 ) { - $text = 'Sehr hohe Auslastung'; + $text = 'Sehr hohe Auslastung erwartet'; } elsif ( $occupancy > 1 ) { - $text = 'Hohe Auslastung'; + $text = 'Hohe Auslastung erwartet'; } elsif ( $occupancy > 0 ) { - $text = 'Geringe Auslastung'; + $text = 'Geringe Auslastung erwartet'; } return ( $text, $symbols[$occupancy] ); -- cgit v1.2.3