mirror of
https://github.com/lehanspb/tuya-mqtt.git
synced 2025-12-16 09:44:36 +00:00
* Default to generic device * Improved debugging granularity/increased categories * Add heartbeat monitoring for availability * Catch more failure cases with retry (still some missing I'd guess) * Switch to MathJS evaluate for simple math transforms * RGBTW: Switch base scale for all friendly topics to 100 (automatic conversion on backend) * RGBTW: Add color temperature support * RGBTW: Improve autodetection * RGBTW: Improved white/color mode handling (still work to do here)
30 lines
713 B
JSON
30 lines
713 B
JSON
{
|
|
"name": "tuya-mqtt",
|
|
"version": "3.0.0-beta4",
|
|
"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"
|
|
}
|
|
}
|