Files
tuya-mqtt/package.json
tsightler d5217ce237 3.0.0-beta3
* Improve RGBTW white/color logic
* Rebase MQTT topic brightess to 100 scale (vs 255/1000)
* Added based auto-discovery for RGBTW light
* Added math functions
2020-10-07 08:26:13 -04:00

29 lines
723 B
JSON

{
"name": "tuya-mqtt",
"version": "3.0.0-beta3",
"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": "github:tsightler/tuyapi#bugfix-null-get"
},
"repository": {
"type": "git",
"url": "git://github.com/TheAgentK/tuya-mqtt.git"
}
}