Skip to content

LocalLight() does not work with v8 bulbs #42

@5aVi0R

Description

@5aVi0R

Describe the bug
LocalLight() does not work with v8 bulbs but Light() does

To Reproduce
Code to reproduce the behavior:

led1= LocalLight("<yourip>")
led1.g = 255
led2 = Light("<yourip>")
led1.g = 200

Device

  • Device Information: v8 RGBCWWW

Additional context
status does not get applied when
using LocalLight() w/ v8 bulbs. I believe it has something
to do with how the commands are sent vs Light()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions