2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00
git-svn-id: https://svn.fhem.de/fhem/trunk@4646 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
hexenmeister 2014-01-14 17:06:59 +00:00
parent 44d0bd9fbf
commit 47a87449d3
2 changed files with 3 additions and 2 deletions

View File

@ -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.

View File

@ -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",