jasonacox / tinytuya

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

fix chase when the number of colors in the colors list is not exactly six #446

Closed bikerglen closed 8 months ago

bikerglen commented 8 months ago

I fixed (and tested) the xmcosy string light chase sequence code to work with numbers of colors besides just six.

jasonacox commented 8 months ago

Thanks @bikerglen !