mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-20 01:06:04 +00:00
git-svn-id: https://svn.fhem.de/fhem/trunk@4048 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
af70b119ca
commit
81dc36b337
@ -36,6 +36,7 @@ use Time::HiRes qw(gettimeofday);
|
||||
sub BBB_BMP180_Define($$);
|
||||
sub BBB_BMP180_Undefine($$);
|
||||
sub BBB_BMP180_Get($@);
|
||||
sub BBB_BMP180_Notify($$);
|
||||
|
||||
sub BBB_BMP180_Initialize($){
|
||||
my ($hash) = @_;
|
||||
@ -43,6 +44,7 @@ sub BBB_BMP180_Initialize($){
|
||||
$hash->{UndefFn} = "BBB_BMP180_Undefine";
|
||||
$hash->{GetFn} = "BBB_BMP180_Get";
|
||||
$hash->{AttrFn} = "BBB_BMP180_Attr";
|
||||
$hash->{NotifyFn} = "BBB_BMP180_Notify";
|
||||
$hash->{AttrList} = "bbbRoundPressure:0,1 ".
|
||||
"bbbRoundTemperature:0,1 ".
|
||||
"bbbInterval ".
|
||||
|
Loading…
x
Reference in New Issue
Block a user