mirror of
https://github.com/koush/scrypted.git
synced 2026-02-03 14:13:28 +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
473 B
473 B
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
- Ensure package.json is set up properly for publishing on npm.
- 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.