Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TuyaAPI/cli
🔧 A CLI for Tuya devices
https://github.com/TuyaAPI/cli
cli iot nodejs tuya
Last synced: about 1 hour ago
JSON representation
🔧 A CLI for Tuya devices
- Host: GitHub
- URL: https://github.com/TuyaAPI/cli
- Owner: TuyaAPI
- License: mit
- Created: 2018-06-27T02:17:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-11T21:16:47.000Z (about 2 months ago)
- Last Synced: 2024-10-03T10:05:37.752Z (about 1 month ago)
- Topics: cli, iot, nodejs, tuya
- Language: JavaScript
- Homepage:
- Size: 795 KB
- Stars: 267
- Watchers: 6
- Forks: 43
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
tuyapi/cli [![Build Status](https://travis-ci.org/TuyaAPI/cli.svg?branch=master)](https://travis-ci.org/TuyaAPI/cli) [![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo)
===========================A CLI for Tuya devices.
## Installation
`npm i @tuyapi/cli -g`## Usage
```shell
> tuya-cli helpUsage: tuya-cli [options] [command]
Options:
-V, --version output the version number
-h, --help display help for commandCommands:
cloud [options]
link [options] link a new device
get [options] get a property on a device
set [options] set a property on a device
list list all locally saved devices
list-app [options] list devices from Tuya Smart app (deprecated)
mock [options] mock a Tuya device for local testing
wizard [options] list devices from an offical app
help output usage information
```## Development
1. After cloning, run `npm i`.
2. To run tests, run `npm test`.