Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Music mode #118

@frodeheg

Description

@frodeheg

How is the music mode supposed to work?
If I have this python script:

a = tinytuya.BulbDevice(DEVICEID, DEVICEIP, DEVICEKEY)
a.set_version(3.3)
a.set_mode('music')
data = a.status()
print(data)

I get the following output
{'dps': {'20': True, '21': 'music', '22': 1000, '23': 750, '24': '007803e803e8', '25': '07464602000003e803e800000000464602007803e803e80000000046460200f003e803e800000000464602003d03e803e80000000046460200ae03e803e800000000464602011303e803e800000000', '26': 0, '41': True}}
The light only turn red but does not respond to sound. Should it?
I have no idea whether or not there is a microphone in the lightbulb but at least it did change to music mode.

Metadata

Metadata

Assignees

No one assigned

    Labels

    tuya_deviceSupport for specific Tuya Devices

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions