homebridge-melcloud-control
Version:
Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.
68 lines • 1.58 kB
JSON
{
"displayName": "MELCloud Control",
"name": "homebridge-melcloud-control",
"version": "4.10.7",
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
"license": "MIT",
"author": "grzegorz914",
"maintainers": [
"grzegorz914"
],
"homepage": "https://github.com/grzegorz914/homebridge-melcloud-control#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/grzegorz914/homebridge-melcloud-control.git"
},
"bugs": {
"url": "https://github.com/grzegorz914/homebridge-melcloud-control/issues"
},
"type": "module",
"exports": {
".": "./index.js"
},
"files": [
"src",
"homebridge-ui",
"index.js",
"config.schema.json",
"package.json",
"CHANGELOG.md",
"README.md",
"LICENSE"
],
"engines": {
"homebridge": "^1.8.0 || ^2.0.0",
"node": "^20 || ^22 || ^24 || ^25 || ^26"
},
"dependencies": {
"@homebridge/plugin-ui-utils": "^2.2.3",
"mqtt": "^5.15.1",
"axios": "^1.16.0",
"axios-cookiejar-support": "^7.0.0",
"tough-cookie": "^6.0.1",
"express": "^5.2.1",
"ws": "^8.20.0"
},
"keywords": [
"homebridge",
"homebridge-plugin",
"homekit",
"mitsubishi",
"melcloud",
"melcloudhome",
"ecodan",
"zubadan",
"lossnay",
"vrf",
"mqtt",
"restful"
],
"funding": {
"type": "Buy Coffee To",
"url": "https://buycoffee.to/grzegorz914"
},
"contributors": [],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}