From f0258d559bffc4f080413044e31f1d610a71d10c Mon Sep 17 00:00:00 2001 From: pahenning Date: Fri, 11 Jan 2013 07:34:32 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@2474 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/21_OWAD.pm | 2 ++ fhem/FHEM/21_OWCOUNT.pm | 4 +++- fhem/FHEM/21_OWID.pm | 2 ++ fhem/FHEM/21_OWLCD.pm | 2 ++ fhem/FHEM/21_OWMULTI.pm | 3 ++- fhem/FHEM/21_OWTHERM.pm | 35 ++++++++++++++++++++--------------- 6 files changed, 31 insertions(+), 17 deletions(-) diff --git a/fhem/FHEM/21_OWAD.pm b/fhem/FHEM/21_OWAD.pm index 110aa0239..d98737857 100644 --- a/fhem/FHEM/21_OWAD.pm +++ b/fhem/FHEM/21_OWAD.pm @@ -1067,6 +1067,7 @@ sub OWXAD_SetPage($$) { =pod =begin html +

OWAD

FHEM module to commmunicate with 1-Wire A/D converters

Note:
This 1-Wire module so far works only with the OWX interface module. Please define an room, eventMap, loglevel, webCmd + =end html =cut diff --git a/fhem/FHEM/21_OWCOUNT.pm b/fhem/FHEM/21_OWCOUNT.pm index 141081310..f2d8470ff 100644 --- a/fhem/FHEM/21_OWCOUNT.pm +++ b/fhem/FHEM/21_OWCOUNT.pm @@ -48,7 +48,7 @@ # where midnight is stored as string in the 32 byte memory associated with the counter # # Log Lines -# after each interval : / : / +# after each interval : / / : / / # example: 2012-07-30_00:07:55 OWX_C Taste: 17.03 p 28.1 p/h B: 7.0 cts 0.0 cts/min # after midnight : : # example: 2012-07-30_00:00:57 OWX_C D_29: 2012-7-29_23:59:59 Taste: 110.0 p, B: 7.0 cts @@ -980,6 +980,7 @@ sub OWXCOUNT_SetPage($$$) { =pod =begin html +

OWCOUNT

FHEM module to commmunicate with 1-Wire Counter/RAM DS2423 #

Note:
This @@ -1085,5 +1086,6 @@ sub OWXCOUNT_SetPage($$$) { >room, eventMap, loglevel, webCmd + =end html =cut \ No newline at end of file diff --git a/fhem/FHEM/21_OWID.pm b/fhem/FHEM/21_OWID.pm index ec52753c9..94a20b405 100644 --- a/fhem/FHEM/21_OWID.pm +++ b/fhem/FHEM/21_OWID.pm @@ -209,6 +209,7 @@ sub OWID_Undef ($) { =pod =begin html +

OWID

FHEM module for 1-Wire devices that know only their unique ROM ID
@@ -243,5 +244,6 @@ sub OWID_Undef ($) {
Returns 1 if this 1-Wire device is present, otherwise 0. + =end html =cut diff --git a/fhem/FHEM/21_OWLCD.pm b/fhem/FHEM/21_OWLCD.pm index dcf6c2566..dad9ab44a 100644 --- a/fhem/FHEM/21_OWLCD.pm +++ b/fhem/FHEM/21_OWLCD.pm @@ -1052,6 +1052,7 @@ sub OWXLCD_SetMemory($$$) { =pod =begin html +

OWLCD

FHEM module to commmunicate with the room, eventMap, loglevel, webCmd + =end html =cut \ No newline at end of file diff --git a/fhem/FHEM/21_OWMULTI.pm b/fhem/FHEM/21_OWMULTI.pm index 154c0cad5..dfacce66d 100644 --- a/fhem/FHEM/21_OWMULTI.pm +++ b/fhem/FHEM/21_OWMULTI.pm @@ -822,6 +822,7 @@ sub OWXMULTI_SetValues($@) { =pod =begin html +

OWMULTI

FHEM module to commmunicate with 1-Wire multi-sensors, currently the DS2438 smart battery @@ -923,7 +924,7 @@ sub OWXMULTI_SetValues($@) { href="#event-on-change-reading">event-on-change-reading, room, eventMap, loglevel, webCmd - + =end html =cut \ No newline at end of file diff --git a/fhem/FHEM/21_OWTHERM.pm b/fhem/FHEM/21_OWTHERM.pm index 67b1ed913..dad8a7113 100755 --- a/fhem/FHEM/21_OWTHERM.pm +++ b/fhem/FHEM/21_OWTHERM.pm @@ -787,7 +787,7 @@ sub OWXTHERM_SetValues($@) { return "OWXTHERM: Device $owx_dev not accessible"; } - DoTrigger($name, undef) if($init_done); + #DoTrigger($name, undef) if($init_done); return undef; } @@ -795,6 +795,7 @@ sub OWXTHERM_SetValues($@) { =pod =begin html +

OWTHERM

FHEM module to commmunicate with 1-Wire bus digital thermometer devices

@@ -811,26 +812,29 @@ sub OWXTHERM_SetValues($@) {


Define

- define <name> OWTHERM [<model>] <id> [<interval>] -

Define a 1-Wire digital thermometer device.

+ define <name> OWTHERM [<model>] <id> [<interval>] +

Define a 1-Wire digital thermometer device.

+

Set

+ =end html =cut