mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
11_OWX_FRM.pm: Bugfix
git-svn-id: https://svn.fhem.de/fhem/trunk@16399 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
cd344dffda
commit
79b42247de
@ -58,7 +58,7 @@ sub new($) {
|
||||
return bless {
|
||||
hash => $hash,
|
||||
#-- module version
|
||||
version => "7.08";
|
||||
version => "7.09";
|
||||
}, $class;
|
||||
}
|
||||
|
||||
@ -103,8 +103,8 @@ sub Define($) {
|
||||
$hash->{PIN} = $pin;
|
||||
$hash->{ASYNCHRONOUS} = 0;
|
||||
|
||||
main::Log3 $hash->{NAME},1,"OWX_FRM::Define warning: version ".$hash->{version}." not identical to OWX version ".$main::owx_version
|
||||
if( $hash->{version} ne $main::owx_version);
|
||||
main::Log3 $hash->{NAME},1,"OWX_FRM::Define warning: version ".$self->{version}." not identical to OWX version ".$main::owx_version
|
||||
if( $self->{version} ne $main::owx_version);
|
||||
|
||||
#-- register IODev InitFn to be called by FRM after connection to Firmata device is initialized
|
||||
$hash->{IODev} = $main::defs{$hash->{HWDEVICE}};
|
||||
@ -185,7 +185,7 @@ sub Alarms() {
|
||||
########################################################################################
|
||||
|
||||
sub Reopen () {
|
||||
main::Log 1,"[OWX_FRM] Warning: ->Reopen currently not defined
|
||||
main::Log 1,"[OWX_FRM] Warning: ->Reopen currently not defined";
|
||||
}
|
||||
|
||||
########################################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user