updated mqtt script to event based TuyAPI

This commit is contained in:
KarstenSiedentopp
2018-10-27 18:31:49 +02:00
parent 16c3ad67cd
commit debe4968d2
6 changed files with 628 additions and 101 deletions

View File

@@ -9,10 +9,12 @@
"author": "",
"license": "ISC",
"dependencies": {
"color-convert": "^1.9.2",
"cron": "^1.3.0",
"color-convert": "^1.9.3",
"cron": "^1.4.1",
"crypto": "^1.0.1",
"mqtt": "^2.18.3",
"debug": "^3.2.6",
"mqtt": "^2.18.8",
"supports-color": "^5.5.0",
"tuyapi": "github:codetheweb/tuyapi",
"yargs": "^11.1.0"
}