Files
tuya-mqtt/package.json
tsightler a5b344faeb Update to 3.0.2 (#63)
* Update 3.0.2
* Fix (hopefully) uninitialized key values for devices which block get requests for some DPS values based on operating mode (seen with at least one RGBTW light that will not return color DPS key while in white mode).
* Modify HSB/HSBHEX guessing in RGBTW light to attempt to deal with issue above
* Implement automatic reconnect when device disconnects socket on it's side
* Update package dependencies to latest versions
2021-01-05 22:18:19 -05:00

30 lines
707 B
JSON

{
"name": "tuya-mqtt",
"version": "3.0.2",
"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.6",
"color-convert": "^2.0.1",
"debug": "^4.3.1",
"json5": "^2.1.3",
"mqtt": "^4.2.6",
"supports-color": "^8.1.0",
"tuyapi": "^6.1.2",
"mathjs": "8.1.1"
},
"repository": {
"type": "git",
"url": "git://github.com/TheAgentK/tuya-mqtt.git"
}
}