homebridge-tcl-home
Version:
Homebridge plugin for TCL Home air conditioners with real-time updates - supports P09F4CSW1K and similar models
41 lines (40 loc) • 987 B
JSON
{
"name": "homebridge-tcl-home",
"version": "1.1.16",
"description": "Homebridge plugin for TCL Home air conditioners with real-time updates - supports P09F4CSW1K and similar models",
"main": "index.js",
"scripts": {
"test": "echo \"No tests specified\" && exit 0"
},
"keywords": [
"homebridge-plugin",
"tcl",
"air-conditioner",
"homekit",
"smart-home",
"hvac",
"real-time",
"mqtt"
],
"engines": {
"node": ">=14.0.0",
"homebridge": ">=1.3.0"
},
"dependencies": {
"axios": "^1.6.0",
"jsonwebtoken": "^9.0.0",
"aws-sdk": "^2.1400.0",
"mqtt": "^4.3.7",
"ws": "^8.13.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/5at0ri/homebridge-tcl-home.git"
},
"bugs": {
"url": "https://github.com/5at0ri/homebridge-tcl-home/issues"
},
"homepage": "https://github.com/5at0ri/homebridge-tcl-home#readme",
"author": "Your Name <naxulus11@gmail.com>",
"license": "MIT"
}