SYSMON
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@4646 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
# 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.
|
# Do not insert empty lines here, update check depends on it.
|
||||||
- SVN
|
- SVN
|
||||||
|
- feature: Visualizations (Plots) for SYSMON added
|
||||||
- feature: new module 42_SYSMON.pm added (hexenmeister)
|
- feature: new module 42_SYSMON.pm added (hexenmeister)
|
||||||
- feature: YAMAHA_AVR: new readings for radio stations, current title
|
- feature: YAMAHA_AVR: new readings for radio stations, current title
|
||||||
and more. see commandref for more details.
|
and more. see commandref for more details.
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
#
|
#
|
||||||
################################################################
|
################################################################
|
||||||
|
|
||||||
# $Id$
|
# $Id: 42_SYSMON.pm 4644 2014-01-14 18:57:03Z hexenmeister $
|
||||||
|
|
||||||
package main;
|
package main;
|
||||||
|
|
||||||
@@ -33,7 +33,7 @@ use warnings;
|
|||||||
my $VERSION = "1.2.1";
|
my $VERSION = "1.2.1";
|
||||||
|
|
||||||
use constant {
|
use constant {
|
||||||
DATE => "date",
|
DATE => "date",
|
||||||
UPTIME => "uptime",
|
UPTIME => "uptime",
|
||||||
UPTIME_TEXT => "uptime_text",
|
UPTIME_TEXT => "uptime_text",
|
||||||
FHEMUPTIME => "fhemuptime",
|
FHEMUPTIME => "fhemuptime",
|
||||||
|
|||||||
Reference in New Issue
Block a user