FHEM & reconnecting client fixes

This commit is contained in:
Martin Bauer
2019-07-07 17:30:45 +02:00
parent 06f96cb2dc
commit e6f5504181
8 changed files with 34 additions and 13 deletions

View File

@@ -239,6 +239,8 @@ class LogitechMediaServer(ReconnectingClient):
if player_id in self._players:
await self._players[player_id].on_receive(cmd, data)
elif line.startswith('listen'):
pass
else:
_LOGGER.warning("LMS Ignoring line " + line)