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 +
FHEM module to commmunicate with 1-Wire A/D converters FHEM module to commmunicate with 1-Wire Counter/RAM DS2423 # FHEM module for 1-Wire devices that know only their unique ROM ID 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
+
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
+
FHEM module to commmunicate with 1-Wire bus digital thermometer devices
+
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 OWCOUNT
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
@@ -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
OWMULTI
OWTHERM
@@ -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.
+
[<model>]
Defines the thermometer model (and thus 1-Wire family
id) currently the following values are permitted:
+
<id>
+ code +
<interval>
- define Temp1 OWTHERM 14B598010800 300