Skip to content

Commit

Permalink
Organize function changes better
Browse files Browse the repository at this point in the history
  • Loading branch information
MilapNaik committed May 14, 2024
1 parent 6f0c4dd commit 9402d71
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,16 @@ Another set of changes are the names and features available in the Node API. Som
- `deleteInstalledChannel()` -> `deleteDevChannel()`
- `takeScreenshot()` -> `captureScreenshot()`

Some functions were added which allow for any remote-to-Roku interaction: `keyPress()`, `keyUp()`, `keyDown()`, and `sendText()`

Previously, functions `deploy()`, `createPackage()`, and `deployAndSignPackage()` were available in the Node API, but have been moved to CLI commands.
Some functions were added to help with certain developer usecases. These mostly allow for any remote-to-Roku interaction:
- `keyPress()`
- `keyUp()`
- `keyDown()`
- `sendText()`

Previously, some functions were available in the Node API, but have been moved to CLI commands. These are:
- `deploy()`
- `createPackage()`
- `deployAndSignPackage()`

### Default file array changed
Lastly, the default files array has changed. node modules and static analysis files have been excluded to speed up load times. Also, `fonts/` and `locale/` was added as they are in some Roku documentation. The new default array can be seen in the section titled [Files Array](#files-array)
Expand Down

0 comments on commit 9402d71

Please sign in to comment.