Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsaxon committed Jan 4, 2020
1 parent c3f1e4f commit c71b6ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ python:
- flake8
sudo: required
dist: xenial
install: pip install -U tox-travis coveralls
install: pip install -U tox-travis coveralls flake8
script: tox
after_success:
- coveralls
Expand Down
6 changes: 0 additions & 6 deletions pysonofflan/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,12 +306,6 @@ def send_signal_strength(self):
self.url + "/zeroconf/signal_strength",
)

def send_info(self, request: Union[str, Dict]):

return self.send(
self.get_update_payload(
self.device_id, {}), self.url + "/zeroconf/info"
)

def send(self, request: Union[str, Dict], url):
"""
Expand Down

0 comments on commit c71b6ff

Please sign in to comment.