Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuya/tuya-home-sdk-react-native
https://github.com/tuya/tuya-home-sdk-react-native
tuya
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tuya/tuya-home-sdk-react-native
- Owner: tuya
- License: mit
- Created: 2020-12-17T02:04:16.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-11T03:30:00.000Z (almost 3 years ago)
- Last Synced: 2024-10-23T22:18:07.613Z (2 months ago)
- Topics: tuya
- Language: JavaScript
- Homepage:
- Size: 94 MB
- Stars: 6
- Watchers: 15
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
>**Note**: This repository is deprecated. Tuya developer team will not maintain it.
# tuyasmart-home-sdk-react-native
![](https://img.shields.io/github/license/TuyaInc/tuyasmart-home-sdk-react-native.svg)
## Features
Tuya Smart App SDK provides the interface package for the communication with hardware and Tuya Cloud to accelerate the application development process, including the following features:
- Hardware functions (network configuration, control, status reporting, regular tasks, groups, firmware upgrades, sharing)
- Account system (phone number, email registration, login, password reset, and other general account functions)
- Tuya Cloud HTTP API interface package## Examples
See the demo in [tuyasmart-home-sdk-react-native](https://github.com/TuyaInc/tuyasmart-home-sdk-react-native).
## Constant File
Many constants are required to fill in before using App SDK.
```
const appKey=""
const appSecret=""//login Account
const countryCode=""
const userName=""
const password=""```
> **Note:** This project is still in the process of debugging and some of the functions are not stable.