Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

yunjuiot/tuyacloud

Repository files navigation

tuyacloud

PkgGoDev Build Status Go Report Card GitHub license Release GitHub issues

This repo is MOVING to https://github.com/ekeynow/tuyacloud

unofficial Tuya Cloud API SDK.

Status

Project is under active development, API may changes in futures.

Feature

  • Go-style API design.
  • Full Feature support.
    • Authorization Management
    • User Management
    • Pair Device Management
    • Device Control
    • Device Timing Management
    • Smart Home Management
    • Scene Automation
    • Data Service
    • Weather Service
    • Device Management
    • OTA
    • Device Group
    • Universal Infrared
    • Smart Door Lock
    • Body Fat Scale
    • Sleep pace
    • IPC

Install

go get github.com/yunjuiot/tuyacloud

Contribute

Use issues for everything

  • For a small change, just send a PR.
  • For bigger changes open an issue for discussion before sending a PR.
  • PR should have:
    • Test case
    • Documentation
    • Example (If it makes sense)
  • You can also contribute by:
    • Reporting issues
    • Suggesting new features or enhancements
    • Improve/fix documentation