8
Help with a python script to control my lights?
(github.com)
Welcome to the Python community on the programming.dev Lemmy instance!
Past
November 2023
October 2023
July 2023
August 2023
September 2023
Yeah, my real issue was that I erroneously assumed
from lifxlan import LifxLAN
WOULD import the Light function, but of course, it does not, I didn't realize that when you do a from import you're just importing a single specific command and not the whole library, and just used it like it was in the examples they gave, but thank you for the comment and this community is awesome, just that you were willing to write that all that out just to help me understand is incredibly kind, thank you!