homebridge-melcloud-control
Version:
Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.
60 lines • 1.39 kB
JSON
{
"displayName": "MELCloud Control",
"name": "homebridge-melcloud-control",
"version": "3.8.16",
"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.9.0 || ^2.0.0 || ^2.0.0-beta.29",
"node": "^20 || ^22 || ^24"
},
"dependencies": {
"@homebridge/plugin-ui-utils": "^2.1.0",
"async-mqtt": "^2.6.3",
"axios": "^1.11.0",
"express": "^5.1.0"
},
"keywords": [
"homebridge",
"homebridge-plugin",
"homekit",
"mitsubishi",
"melcloud",
"ecodan",
"zubadan",
"lossnay",
"vrf",
"mqtt",
"restful"
],
"contributors": [],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}