node-red-contrib-tuya-local
Version:
Provides local control of tuya based devices
29 lines (28 loc) • 605 B
JSON
{
"name": "node-red-contrib-tuya-local",
"version": "0.0.6",
"description": "Provides local control of tuya based devices",
"main": "tuya-local.js",
"scripts": {
},
"repository": {
"type": "git",
"url": "https://github.com/subzero79/node-red-contrib-tuya-local.git"
},
"keywords": [
"node-red",
"tuyapi",
"tuya"
],
"author": "subzero79",
"license": "MIT",
"node-red" : {
"nodes": {
"tuya": "tuya-local.js",
"novostella": "novostella.js"
}
},
"dependencies": {
"tuyapi": "7.4.0"
}
}