rust-async-tuyapi 1.2.0

This package is a rust port of the exellent NodeJS implementation by codetheweb for the Tuya API, adapted for async usage
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# rust-async-tuyapi
Rust async implementation of the Tuya API used to communicate with Tuya/Smart Life devices.

This crate supports musl targets.

Original sync version here: https://github.com/EmilSodergren/rust-tuyapi

## Acknowledgment
- @codetheweb for reverse enginering the protocol.
- The [https://pypi.org/project/tinytuya/]tinytuya project for v3.4 protocol implementation

## Prerequisites
You need to know the key and id of the Tuya device. According to me the easiest way to find these is explained at: [Step by Step for adding Tuya-bulbs](https://community.openhab.org/t/step-by-step-guide-for-adding-tuya-bulbs-wi-fi-smart-led-smart-life-app-to-oh2-using-tuya-mqtt-js-by-agentk/59371)