Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
Nall-chan committed Jan 21, 2024
1 parent 057786c commit 7576bca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Xiaomi MIoT Device/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,9 @@ protected function SetStatus($State)
$this->LogMessage($this->Translate('disconnected'), KL_MESSAGE);
break;
default:
if (!$this->ReadPropertyBoolean(\Xiaomi\Device\Property::Active)) { // Zwischen senden und empfangen wurde die Instanz auf inactik gesetzt
return;
}
$this->LogMessage($this->Translate('Reconnect failed'), KL_MESSAGE);
if ($this->Retries < 3600) {
$this->Retries++;
Expand Down

0 comments on commit 7576bca

Please sign in to comment.