The Wayback Machine - https://web.archive.org/web/20201128202126/https://github.com/topics/tuya
Skip to content
#

tuya

Here are 52 public repositories matching this topic...

grenewode
grenewode commented May 11, 2020

Currently, the project does not provide any type definitions, which makes it difficult to use in typescript projects.

Since the project is already extensively commented with jsdoc comments, much of the work is already done. There are still places where updates will need to be made, but those should be largely trivial, just a matter of adding more jsdoc comments to provide type hints where type

SidShetye
SidShetye commented Jul 25, 2020

At present tuya-cli wizard outputs an object like

[
  {
    name: 'Kitchen 1',
    id: '00000000000000000000',
    key: 'aaaaaaaaaaaaaaaa'
  },
  {
    name: 'Kitchen 2',
    id: '00000000000000000000',
    key: 'aaaaaaaaaaaaaaaa'
  }
]

but it would be far more useful to have it print out valid JSON instead (e.g. homebridge wants this JSON, tedious for >5 devices) like

Improve this page

Add a description, image, and links to the tuya topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tuya topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.