homebridge-robonect
Version:
Let's users control robotic lawn mowers with an installed Robonect card.
31 lines • 743 B
JSON
{
"name": "homebridge-robonect",
"version": "1.1.19",
"author": "David Karlsson",
"description": "Let's users control robotic lawn mowers with an installed Robonect card.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "ISC",
"bugs": "dinmammas@gmail.com",
"repository": "github:dinmammas/homebridge-robonect",
"engines": {
"homebridge": "^1.6.0 || ^2.0.0-beta.0",
"node": "^18.20.4 || ^20.15.1 || ^22"
},
"keywords": [
"homebridge-plugin",
"robonect",
"lawn mower",
"automower",
"homekit"
],
"dependencies": {
"node-fetch": "^2.6.0"
},
"funding": {
"type": "paypal",
"url": "https://paypal.me/dinmammas"
}
}