Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jessedp committed Apr 5, 2020
1 parent f2f540f commit 4e4ad1a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ const Api = new Tablo();

const devices = Api.discover();

Api.device = { ip: "192.168.1.100" }

Api.device = { private_ip: "192.168.1.100" }
const serverInfo = Api.getServerInfo();

const recordings = Api.get('/recordings/airings');

```

## Development
Expand Down

0 comments on commit 4e4ad1a

Please sign in to comment.