-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,19 @@ | ||
# An Elgato KeyLight plugin | ||
# An Elgato plugin for Scrypted | ||
|
||
## npm commands | ||
Supports Elgato Key Light & KeyLight Air | ||
|
||
## Development | ||
|
||
You need a running Scrypted server and should first login to it using: | ||
|
||
npx scrypted login [ip] | ||
|
||
### npm commands | ||
* npm run scrypted-webpack | ||
* npm run scrypted-deploy <ipaddress> | ||
* npm run scrypted-debug <ipaddress> | ||
|
||
## scrypted distribution via npm | ||
1. Ensure package.json is set up properly for publishing on npm. | ||
2. npm publish | ||
|
||
## Visual Studio Code configuration | ||
### Visual Studio Code configuration | ||
|
||
* If using a remote server, edit [.vscode/settings.json](blob/master/.vscode/settings.json) to specify the IP Address of the Scrypted server. | ||
* If using a remote server, edit [.vscode/settings.json](.vscode/settings.json) to specify the IP Address of the Scrypted server. | ||
* Launch Scrypted Debugger from the launch menu. |