homebridge-proflame
Version:
Homebridge plugin for Mendota / Proflame Connect fireplaces via WebSocket
31 lines • 661 B
JSON
{
"name": "homebridge-proflame",
"version": "1.8.0",
"description": "Homebridge plugin for Mendota / Proflame Connect fireplaces via WebSocket",
"main": "index.js",
"keywords": [
"homebridge-plugin",
"homebridge",
"mendota",
"proflame",
"fireplace"
],
"engines": {
"node": ">=14.0.0",
"homebridge": ">=1.0.0"
},
"author": "MoziT",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/MoziT/homebridge-proflame.git"
},
"dependencies": {
"ws": "^8.18.0"
},
"homebridge": {
"pluginAlias": "ProflameFireplace",
"pluginType": "accessory",
"singular": true
}
}