mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 01:09:47 +00:00
fixed: typo
git-svn-id: https://svn.fhem.de/fhem/trunk@4929 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
80bd144f0e
commit
6ff9af25d6
@ -40,7 +40,7 @@ sub BBB_BMP180_Initialize($){
|
||||
$hash->{GetFn} = "BBB_BMP180_Get";
|
||||
$hash->{AttrFn} = "BBB_BMP180_Attr";
|
||||
$hash->{NotifyFn} = "BBB_BMP180_Notify";
|
||||
$hash->{ShutdoenFn} = "BBB_BMP180_Shutdown";
|
||||
$hash->{ShutdownFn} = "BBB_BMP180_Shutdown";
|
||||
$hash->{AttrList} = "bbbRoundPressure:0,1 ".
|
||||
"bbbRoundTemperature:0,1 ".
|
||||
"bbbInterval ".
|
||||
|
Loading…
Reference in New Issue
Block a user