haimkastner / cli

🔧 A CLI for Tuya devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tuyapi/cli Build Status XO code style

A CLI for Tuya devices.

Installation

npm i @tuyapi/cli -g

Usage

> tuya-cli help

Usage: tuya-cli [options] [command]

Options:
  -h, --help          output usage information

Commands:
  link [options]      link a new device (for advanced users only)
  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 (recommended for new users)
  help                output usage information

Development

  1. After cloning, run npm i.
  2. To run tests, run npm test.

About

🔧 A CLI for Tuya devices

License:MIT License


Languages

Language:JavaScript 100.0%