mirror of
https://github.com/koush/scrypted.git
synced 2026-02-08 16:29:57 +00:00
* Added Tuya support for cameras. * Improve naming scheme, logging in, and some minor bugfixed * Added support for live notifications from Tuya using Pulse * Removed online from TuyaCameraLight and TuyaCamera since they are bugged atm. - improvements on variable motion detection values - deleted mqtt in favor or TuyaPulsar * Updated readme and changed from Tuya Plugin to Tuya Controller * added todos * Created Development.md for building - removed tsconfig.json - fixed motion detection issue - static video stream options
16 lines
473 B
Markdown
16 lines
473 B
Markdown
# Development
|
|
This document describes how to build and run this plugin.
|
|
|
|
## npm commands
|
|
- npm run scrypted-webpack
|
|
- npm run scrypted-deploy
|
|
- npm run scrypted-debug
|
|
|
|
## scrypted distribution via npm
|
|
1. Ensure package.json is set up properly for publishing on npm.
|
|
2. npm publish
|
|
|
|
## Visual Studio Code configuration
|
|
- If using a remote server, edit .vscode/settings.json to specify the IP Address of the Scrypted server.
|
|
- Launch Scrypted Debugger from the launch menu.
|