Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Laws committed Jul 29, 2014
1 parent 11bdca4 commit 7244d00
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,12 @@ pinoccioAPI.turnLEDOff(TROOP_ID_INT, SCOUT_ID_INT, SESSION_TOKEN_STRING);
Get all troops in account;
```java
pinoccioAPI.troopsInAccount(SESSION_TOKEN_STRING);
```
Get all scouts in troop;
```java
pinoccioAPI.scoutsInTroop(TROOP_ID_INT,SESSION_TOKEN_STRING);
```
Run bitlash command on scout;
```java
pinoccioAPI.runBitlashCommand(TROOP_ID_INT, SCOUT_ID_INT,"print temperature.f",SESSION_TOKEN_STRING); // We handle URL encoding for you :)
```

0 comments on commit 7244d00

Please sign in to comment.