Websocket API for controlling Tuya lightbulbs
  • TypeScript 100%
Find a file
2022-03-28 10:09:50 +01:00
.idea chore: initial commit 2020-05-28 20:57:19 +01:00
src chore: initial commit 2020-05-28 20:57:19 +01:00
typings/tuyapi chore: initial commit 2020-05-28 20:57:19 +01:00
.eslintrc.js chore: initial commit 2020-05-28 20:57:19 +01:00
.gitignore chore: initial commit 2020-05-28 20:57:19 +01:00
package.json chore(deps): bump ws from 7.3.0 to 7.4.6 2022-02-15 19:50:59 +00:00
README.md docs: add readme 2020-05-28 21:00:58 +01:00
tsconfig.json chore: initial commit 2020-05-28 20:57:19 +01:00
yarn.lock chore(deps): bump ansi-regex from 4.1.0 to 4.1.1 2022-03-28 09:05:43 +00:00

Tuya Bulbs

A small websocket API written in TypeScript for controlling Tuya lightbulbs.

Currently it's hard coded in Room.ts to use two bulbs. You will need to pair your bulbs using the Tuya API CLI project to obtain their ID/keys. These are loaded as environment variables.