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

Add support for light effect and effect_list #1204

Merged
merged 1 commit into from Nov 6, 2023

Conversation

JonathanKang
Copy link
Contributor

To implement this in your device, add similar converters like the one down below to devices.py.

MapConv("effect", mi="1.p.1", parent="light", map={0: "Day", 1: "Night"})

To implement this in your device, add similar converters like the one
down below to devices.py.

> MapConv("effect", mi="1.p.1", parent="light", map={0: "Day", 1: "Night"})
@AlexxIT AlexxIT merged commit f625291 into AlexxIT:master Nov 6, 2023
@AlexxIT
Copy link
Owner

AlexxIT commented Nov 6, 2023

Thanks!

@AlexxIT AlexxIT added this to the v3.3.5 milestone Nov 6, 2023
@AlexxIT
Copy link
Owner

AlexxIT commented Jan 5, 2024

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

Successfully merging this pull request may close these issues.

None yet

2 participants