mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
SYSMON
git-svn-id: https://svn.fhem.de/fhem/trunk@4646 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
44d0bd9fbf
commit
47a87449d3
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user