OWFS: bugfixing crash with PGM3
git-svn-id: https://svn.fhem.de/fhem/trunk@511 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -555,3 +555,4 @@
|
|||||||
- bugfix: DEFINED & INITIALIZED triggers.
|
- bugfix: DEFINED & INITIALIZED triggers.
|
||||||
- feature: 20_OWFS.pm support for passive Devices e.g. DS9097 (see commandref.html)
|
- feature: 20_OWFS.pm support for passive Devices e.g. DS9097 (see commandref.html)
|
||||||
- bugfix: 21_OWTEMP.pm Defining a device now fail when no OWFS device was defined
|
- bugfix: 21_OWTEMP.pm Defining a device now fail when no OWFS device was defined
|
||||||
|
- bugfix: 20_OWFS.pm crash fhem with PGM3
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ OWFS_Initialize($)
|
|||||||
$hash->{DefFn} = "OWFS_Define";
|
$hash->{DefFn} = "OWFS_Define";
|
||||||
$hash->{UndefFn} = "OWFS_Undef";
|
$hash->{UndefFn} = "OWFS_Undef";
|
||||||
$hash->{GetFn} = "OWFS_Get";
|
$hash->{GetFn} = "OWFS_Get";
|
||||||
$hash->{SetFn} = "OWFS_Set";
|
#$hash->{SetFn} = "OWFS_Set";
|
||||||
$hash->{AttrList} = "do_not_notify:1,0 dummy:1,0 temp-scale:C,F,K,R " .
|
$hash->{AttrList} = "do_not_notify:1,0 dummy:1,0 temp-scale:C,F,K,R " .
|
||||||
"showtime:1,0 loglevel:0,1,2,3,4,5,6";
|
"showtime:1,0 loglevel:0,1,2,3,4,5,6";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user