2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-01 01:09:47 +00:00

98_JsonMod.pm: display svn id

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

View File

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