jasonacox / tinytuya

Python API for Tuya WiFi smart devices using a direct local area network (LAN) connection or the cloud (TuyaCloud API).
MIT License
1.01k stars 177 forks source link

Add galaxy lamp example #115

Closed knrdl closed 2 years ago

knrdl commented 2 years ago

Hi,

my girlfriend recently bought the Galaxy Projector from galaxylamps.co. It's basically a Tuya RGB Bulb with some neat extras. I would like to share the code to control this device, maybe it is helpful for somebody.

Your code and instructions made it possible for me to control the device without the app. Thanks a lot!

jasonacox commented 2 years ago

Nice! Very clean code @knrdl - thanks for the PR!