2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-07 16:59:18 +00:00

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:
m_fischer 2009-12-15 10:05:16 +00:00
parent a98277bb20
commit e24aa7e852
2 changed files with 2 additions and 1 deletions

View File

@ -555,3 +555,4 @@
- bugfix: DEFINED & INITIALIZED triggers.
- 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: 20_OWFS.pm crash fhem with PGM3

View File

@ -66,7 +66,7 @@ OWFS_Initialize($)
$hash->{DefFn} = "OWFS_Define";
$hash->{UndefFn} = "OWFS_Undef";
$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 " .
"showtime:1,0 loglevel:0,1,2,3,4,5,6";
}