14 Commits

Author SHA1 Message Date
Koushik Dutta
53c9a60ab4 plugins: update tsconfig.json 2023-01-01 16:12:57 -08:00
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
Koushik Dutta
2841fa01d1 tuya: fix crlf in candidate, fix empty stream name in rebroadcast, webrtc logging 2022-09-04 13:16:26 -05:00
ErrorErrorError
3ccab4f66b remove null candidate 2022-09-03 15:35:22 -05: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
ErrorErrorError
99901dc0fc Added support for webrtc, testing needed
- bump to v0.0.7-beta.0
2022-09-01 18:29:49 -05:00
ErrorErrorError
3ba5b213d7 Improvements in WebRTC 2022-08-30 12:28:56 -05:00
ErrorErrorError
60c5fc0d10 add initial support for webrtc 2022-08-30 12:28:56 -05:00
Erik Bautista
86f3af6275 alllow triggering doorbell (#361)
Improve scanning for doorbell types

Added logs to view device status, features, and view message notifications for debugging
- fixed issue with functions not returning properly

Bump version to 0.0.6-beta.0

added support for doorbell ring trigger

bump to 0.0.6-beta.1

add online interface

pushed out of beta to latest release 0.0.6
2022-08-29 22:37:28 -07: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
Koushik Dutta
0a8475a7f4 tuya: publish 2022-08-23 19:54:19 -07:00
Koushik Dutta
8127075792 tuya: project cleanups, remove unnecessary dependencies 2022-08-23 19:53:25 -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