jasonacox / tinytuya

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

Misc minor updates #336

Closed uzlonewolf closed 1 year ago

uzlonewolf commented 1 year ago

A few random minor updates.

  1. Normalize ability/ablilty in scanner #333
  2. Fix examples/getstatus.py (d.get_status() does not exist)
  3. Partially revert #324. I don't think it's causing problems, but setting Content-type on non-POST requests is rubbing me the wrong way.
  4. Rework examples/async_send_receive.py
jasonacox commented 1 year ago

Thanks @uzlonewolf !

Added this into v1.12.5. Released.