mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 00:19:00 +00:00
added: info about "no alerts published"
git-svn-id: https://svn.fhem.de/fhem/trunk@3709 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
bc1a852172
commit
a376bb9dd7
@ -481,6 +481,7 @@ sub buildCAPList(@){
|
|||||||
@a = sort(@a);
|
@a = sort(@a);
|
||||||
$list = join(",", @a);
|
$list = join(",", @a);
|
||||||
$list =~ s/\s/_/g;
|
$list =~ s/\s/_/g;
|
||||||
|
$list = "No_alerts_published!" if !$record;
|
||||||
return ($list, $record);
|
return ($list, $record);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user