mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +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->{GetFn} = "BBB_BMP180_Get";
|
||||||
$hash->{AttrFn} = "BBB_BMP180_Attr";
|
$hash->{AttrFn} = "BBB_BMP180_Attr";
|
||||||
$hash->{NotifyFn} = "BBB_BMP180_Notify";
|
$hash->{NotifyFn} = "BBB_BMP180_Notify";
|
||||||
$hash->{ShutdoenFn} = "BBB_BMP180_Shutdown";
|
$hash->{ShutdownFn} = "BBB_BMP180_Shutdown";
|
||||||
$hash->{AttrList} = "bbbRoundPressure:0,1 ".
|
$hash->{AttrList} = "bbbRoundPressure:0,1 ".
|
||||||
"bbbRoundTemperature:0,1 ".
|
"bbbRoundTemperature:0,1 ".
|
||||||
"bbbInterval ".
|
"bbbInterval ".
|
||||||
|
Loading…
x
Reference in New Issue
Block a user