Files
scrypted/plugins/tuya/Development.md
Erik Bautista dfb80e4930 Add Tuya Camera (and Doorbell Cameras) Support (#350)
* 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
2022-08-23 19:24:21 -07:00

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.