Don't have any data yet~~
Recent Topics
Don't have any data yet~~
Recent Replies
  • OpenYeeLight at 2021-03-18 13:50:37

    stuff like this

    from yeelight.transitions import *
    from yeelight import Flow

    flow = Flow(
    count=10,
    transitions=disco(), # Call the transition preset to get the

    transitions you like.

    )

    bulb.start_flow(flow)

  • OpenYeeLight at 2021-03-18 13:42:07

    Hello,

    Awesome app, works fine! Do you think you can add Flow?

    thanks