Skip to content

Barebones Script Issue #26

Description

@gregorylarsen

Just wondering if I can get some feedback on a script I am running.
Script runs without error and ngrep verifies that I am definitely sending the commands to the bridge but no commands are working.

Presently, my script is as follows:

from limitlessled.bridge import Bridge
from limitlessled.group.rgbww import RGBWW
bridge = Bridge('192.168.1.61')

bridge.add_group(1, 'living', RGBWW)
living = bridge.add_group(1, 'living', RGBWW)

living.on = True

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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