Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 committed Dec 21, 2022
1 parent af6282c commit b2e9ece
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/arlo/src/arlo_plugin/camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,11 @@ async def startIntercom(self, media):
self.logger.info("Starting intercom")
real_speaker = await self.speaker.real_speaker()
await real_speaker.startIntercom(media)
self.logger.info("STARTED")

async def stopIntercom(self):
self.logger.info("Stopping intercom")
real_speaker = await self.speaker.real_speaker()
await real_speaker.stopIntercom()
self.logger.info("STOPPED")

def _update_device_details(self, arlo_device):
"""For updating device details from the Arlo dictionary retrieved from Arlo's REST API.
Expand Down

0 comments on commit b2e9ece

Please sign in to comment.