98_JsonMod.pm: display svn id

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@21486 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
herrmannj 2020-03-22 23:17:44 +00:00
parent 7daf63c551
commit 48eb189c01

View File

@ -73,7 +73,7 @@ sub JsonMod_Define {
my $cvsid = '$Id$'; my $cvsid = '$Id$';
$cvsid =~ s/^.*pm\s//; $cvsid =~ s/^.*pm\s//;
$cvsid =~ s/Z\s\S+\s\$$//; $cvsid =~ s/Z\s\S+\s\$$//;
$hash->{'SVN'} = $cvsid;
$hash->{'CONFIG'}->{'IN_REQUEST'} = 0; $hash->{'CONFIG'}->{'IN_REQUEST'} = 0;
$hash->{'CRON'} = JsonMod::Cron->new(); $hash->{'CRON'} = JsonMod::Cron->new();