OWX_FRM: fix command 'delete'

git-svn-id: https://svn.fhem.de/fhem/trunk@6272 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
ntruchsess
2014-07-18 21:50:44 +00:00
parent 68162def4f
commit 75f2ff1758

View File

@@ -93,10 +93,10 @@ sub initialize($)
return $self;
}
sub Disconnect($)
sub exit()
{
my ($hash) = @_;
$hash->{STATE} = "disconnected";
my ($self) = @_;
#TODO implement deconfigure onewire in firmata.
};
sub FRM_OWX_observer
@@ -266,11 +266,6 @@ sub get_pt_execute($$$$) {
});
};
sub exit($) {
my ( $self, $hash ) = @_;
main::OWX_ASYNC_Disconnected($hash);
};
sub poll($) {
my ( $self, $hash ) = @_;
if ( my $frm = $hash->{IODev} ) {