OWX_FRM: fix command 'delete'

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@6272 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
ntruchsess
2014-07-18 21:50:44 +00:00
parent 57dc3f04a8
commit 1d59bab248

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} ) {