mirror of
https://github.com/lehanspb/tuya-mqtt.git
synced 2025-12-18 08:13:23 +00:00
3.0.0 Release Major changes from 2.1.0: * Completely new configuration engine * Completely new topic structure * New template engine for creating friendly topic structure from raw DPS values * Pre-defined templates for some common devices * Directly control devices via Tuya JSON topic or via DPS key topics
30 lines
707 B
JSON
30 lines
707 B
JSON
{
|
|
"name": "tuya-mqtt",
|
|
"version": "3.0.0",
|
|
"description": "Control Tuya devices locally via MQTT",
|
|
"homepage": "https://github.com/TheAgentK/tuya-mqtt#readme",
|
|
"main": "tuya-mqtt.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": {
|
|
"name": "TheAgentK",
|
|
"email": "lulattsch22@googlemail.com"
|
|
},
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@tuyapi/cli": "^1.13.4",
|
|
"color-convert": "^2.0.1",
|
|
"debug": "^4.1.1",
|
|
"json5": "^2.1.3",
|
|
"mqtt": "^4.2.1",
|
|
"supports-color": "^7.2.0",
|
|
"tuyapi": "^6.0.1",
|
|
"mathjs": "7.5.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/TheAgentK/tuya-mqtt.git"
|
|
}
|
|
}
|