ChangeColor
lifxAPI.ChangeColor("blue")
When called, this will change all bulbs to the selected color. It takes one parameter which is your desiered color, in a string. This will return done
if successful, and error
if something went wrong.
lifxAPI.ChangeColor("blue")
When called, this will change all bulbs to the selected color. It takes one parameter which is your desiered color, in a string. This will return done
if successful, and error
if something went wrong.