homebridge-miot
Version:
Homebridge plugin for devices supporting the miot protocol
62 lines (61 loc) • 1.22 kB
JSON
{
"name": "homebridge-miot",
"version": "0.9.18",
"description": "Homebridge plugin for devices supporting the miot protocol",
"main": "index.js",
"engines": {
"node": ">=12.9.0",
"homebridge": ">=1.3.0"
},
"keywords": [
"homebridge-plugin",
"xiaomi",
"miot",
"micloud",
"smartmi",
"fan",
"smart",
"mi",
"zhimi",
"dmaker",
"homekit",
"heater",
"humidifier",
"air purifier",
"air",
"purifier",
"ceiling",
"outlet",
"curtain",
"window",
"gosund",
"dooya",
"vacuum",
"robot",
"cleaner",
"roborock",
"dreame"
],
"author": "merdok",
"funding": {
"type": "paypal",
"url": "https://paypal.me/merdokdev"
},
"license": "MIT",
"dependencies": {
"@homebridge/plugin-ui-utils": "^0.0.19",
"miio": "^0.15.6",
"mkdirp": "^0.5.1",
"node-fetch": "^2.6.0",
"randomstring": "^1.2.1",
"color-convert": "^2.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/merdok/homebridge-miot.git"
},
"bugs": {
"url": "https://github.com/merdok/homebridge-miot/issues"
},
"homepage": "https://github.com/merdok/homebridge-miot#readme"
}