UNPKG

@demirdeniz/node-red-contrib-tuya-kepler-device

Version:

A node-red module to interact with the tuya smart devices (updated with Tuya protocol 3.5)

39 lines (38 loc) 967 B
{ "name": "@demirdeniz/node-red-contrib-tuya-kepler-device", "version": "6.1.1", "description": "A node-red module to interact with the tuya smart devices (updated with Tuya protocol 3.5)", "author": "Demir Deniz", "license": "MIT", "scripts": {}, "repository": { "type": "git", "url": "git+https://github.com/MrCO0OL/node-red-contrib-tuya-kepler-device.git" }, "homepage": "https://github.com/MrCO0OL/node-red-contrib-tuya-kepler-device", "keywords": [ "node-red", "tuya", "zigbee", "LOYTEC", "kepler", "kepler-elec", "demir" ], "files": [ "src/**/*" ], "node-red": { "version": ">=3.0.0", "nodes": { "tuya-kepler-device": "src/tuya-kepler-device.js", "tuya-kepler-device-generic": "src/tuya-kepler-device-generic.js" } }, "dependencies": { "@demirdeniz/tuyapi-newgen": "~8.1.1" }, "engines": { "node": ">=16.0.0" } }