Commit Graph

5 Commits

Author SHA1 Message Date
Erik Bautista
b87d1c603c Updated Tuya to v0.0.7 (#408)
* add initial support for webrtc

* Improvements in WebRTC

* Added support for webrtc, testing needed
- bump to v0.0.7-beta.0

* Fix issue not being able to select your prebufffer
- 2 way audio support test
- bump to 0.0.7-beta.1
- improve readme docs

* remove null candidate

* fix dorbell notifs for some models

* bump to version v0.0.7
2022-10-24 16:52:20 -07:00
ErrorErrorError
e172feeeeb Fix issue not being able to select your prebufffer
- 2 way audio support test
- bump to 0.0.7-beta.1
- improve readme docs
2022-09-02 15:33:30 -05:00
Erik Bautista
a2b33405cb [Tuya Plugin] Fixed issue with devices not loading (#355)
* Fixed issue with devices not loading
- Updated readme with requirements.
- fixed race conditions
- reorganized main.ts
- improved cloud login verification
- fixed issue where cameras with no light switch was forced to add a light, whic caused to crash plugin.

* updated version to v0.0.5
2022-08-26 20:02:41 -07:00
Erik Bautista
c613067df4 Fix race condition for Tuya Devices (#351)
* fix README.md

* fix race condition

* increase version to 0.0.4
2022-08-24 21:07:09 -07:00
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