homebridge-thingspeak
Version:
Homebridge platform that supports Thingspeak's last entry value.
31 lines (30 loc) • 752 B
JSON
{
"name": "homebridge-thingspeak",
"version": "1.0.3",
"author": "tamasharasztosi",
"description": "Homebridge platform that supports Thingspeak's last entry value.",
"license": "MIT",
"homepage": "https://github.com/tamasharasztosi/homebridge-thingspeak#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/tamasharasztosi/homebridge-thingspeak.git"
},
"keywords": [
"homebridge-plugin",
"thingspeak",
"multisensor",
"temperature",
"humidity"
],
"main": "index.js",
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"dependencies": {
"request": "^2.65.0"
},
"bugs": {
"url": "https://github.com/tamasharasztosi/homebridge-thingspeak/issues"
}
}