Pre-release v1.6.0-beta.x (@0x5e/homebridge-tuya-platform) #308
0x5e
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I'm the former employee of Tuya, who proposed to create this project.
Although didn't work for the Tuya anymore, but as a personal developer, I will still maintain this project from now on.
Here's my fork of next release (still work in progress): https://github.com/0x5e/homebridge-tuya-platform/releases
Welcome to have a try :)
I will use my spare time merging and solving issues.
When it becomes stable, I will contact my colleague merge into the official repo.
Changelog
v1.6.0-beta.x
Changed
Build and Lint
.debug
option. Silence logs for users. For debugging, please start homebridge in debug mode:homebridge -D
lang
option.Fixed
Accessory category specific
BaseAccessory
,SwitchAccessory
,OutletAccessory
,LightAccessory
, reduce about 50% code size. Now writing aBaseAccessory
child class is much more simple.debounce
and command send queue forLightAccessory
, more stable during frequent operations on different characteristics.src/accessory/legacy/
folder.Known issue
LightAccessory
may not work properly, espasially on work mode change. need more test and info.Beta Was this translation helpful? Give feedback.
All reactions