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:
@@ -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} ) {
|
||||
|
||||
Reference in New Issue
Block a user