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
This commit is contained in:
tsightler
2021-01-05 22:18:19 -05:00
committed by GitHub
parent aa80270ba2
commit a5b344faeb
4 changed files with 404 additions and 343 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "tuya-mqtt",
"version": "3.0.1",
"version": "3.0.2",
"description": "Control Tuya devices locally via MQTT",
"homepage": "https://github.com/TheAgentK/tuya-mqtt#readme",
"main": "tuya-mqtt.js",
@@ -13,14 +13,14 @@
},
"license": "ISC",
"dependencies": {
"@tuyapi/cli": "^1.13.4",
"@tuyapi/cli": "^1.13.6",
"color-convert": "^2.0.1",
"debug": "^4.1.1",
"debug": "^4.3.1",
"json5": "^2.1.3",
"mqtt": "^4.2.1",
"supports-color": "^7.2.0",
"tuyapi": "^6.0.1",
"mathjs": "7.5.1"
"mqtt": "^4.2.6",
"supports-color": "^8.1.0",
"tuyapi": "^6.1.2",
"mathjs": "8.1.1"
},
"repository": {
"type": "git",