TradeFace / tuyaface

Python Tuya client that allows you to locally communicate with tuya devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Public API

jkerdreux-imt opened this issue · comments

Hi,
I just pushed a new version of my code.

https://redmine.telecom-bretagne.eu/projects/xaal/repository/entry/code/Python/branches/0.7/devices/protocols/Tuya/xaal/tuya/tuyaclient.py

As you can see in that code, I use

  • CMD_TYPE
  • tuyaface._generate_payload
  • tuyaface._process_raw_reply

Would you rename this 'internal' API to be more public ?
As you can see, I used a really different approach than the official TuyaClient.

Bye, and once again thanks for support.

I have no problem having those "exposed". Happy to merge your PR