Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

增加wlg射灯设备为可调光状态 #1376

Open
KANG0623 opened this issue Jun 8, 2024 · 1 comment
Open

增加wlg射灯设备为可调光状态 #1376

KANG0623 opened this issue Jun 8, 2024 · 1 comment

Comments

@KANG0623
Copy link

KANG0623 commented Jun 8, 2024

微信截图_20240605182007
我已经编写好转换器

DEVICES = [{
16108: ["WLG", "Smart Light", "wlg.light.wy0a01"],
"spec": [
BaseConv("light", "light", mi="2.p.1"),
BrightnessConv("brightness", mi="2.p.2", max=100),
ColorTempKelvin("color_temp", mi="2.p.3", mink=2700, maxk=6500),
],
}] + DEVICES

微信截图_20240608173834

@KANG0623
Copy link
Author

KANG0623 commented Jun 8, 2024

image
由此大神提供技术支持

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant