diff --git a/CHANGED b/CHANGED index 3c2262517..b2d182f14 100644 --- a/CHANGED +++ b/CHANGED @@ -1,6 +1,7 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. - SVN + - feature: Visualizations (Plots) for SYSMON added - feature: new module 42_SYSMON.pm added (hexenmeister) - feature: YAMAHA_AVR: new readings for radio stations, current title and more. see commandref for more details. diff --git a/FHEM/42_SYSMON.pm b/FHEM/42_SYSMON.pm index 75378ad09..fb2493602 100644 --- a/FHEM/42_SYSMON.pm +++ b/FHEM/42_SYSMON.pm @@ -23,7 +23,7 @@ # ################################################################ -# $Id$ +# $Id: 42_SYSMON.pm 4644 2014-01-14 18:57:03Z hexenmeister $ package main; @@ -33,7 +33,7 @@ use warnings; my $VERSION = "1.2.1"; use constant { - DATE => "date", + DATE => "date", UPTIME => "uptime", UPTIME_TEXT => "uptime_text", FHEMUPTIME => "fhemuptime",