Expand description
Re-exports§
pub use device::Device;pub use device::DeviceBuilder;pub use error::TuyaError;pub use protocol::CommandType;pub use protocol::Version;pub use runtime::maximize_fd_limit;pub use scanner::Scanner;pub use scanner::ScannerBuilder;
Modules§
- crypto
- Cryptographic operations for the Tuya protocol.
- device
- Tuya device communication and state management.
- error
- Error types and result definitions for the Tuya protocol.
- macros
- Internal helper macros for the Tuya protocol.
- protocol
- Tuya wire protocol implementation.
- runtime
- Global background runtime management.
- scanner
- UDP-based device discovery and scanning.
- sync
- Synchronous API wrappers for Tuya device communication.