homebridge-plc
Version:
Homebridge plugin for SIEMENS Step7 and compatible PLCs. (https://github.com/homebridge)
39 lines (38 loc) • 928 B
JSON
{
"name": "homebridge-plc",
"displayName": "Homebridge PLC (Step7)",
"version": "2.1.3",
"description": "Homebridge plugin for SIEMENS Step7 and compatible PLCs. (https://github.com/homebridge)",
"license": "MIT",
"author": "Feilner",
"homepage": "https://github.com/Feilner/homebridge-plc#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Feilner/homebridge-plc.git"
},
"bugs": {
"url": "https://github.com/Feilner/homebridge-plc/issues"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"S7",
"PLC",
"SIEMENS",
"snap7",
"YASKAWA",
"SLIO"
],
"main": "index.js",
"engines": {
"node": "^18 || ^20 || ^22 || ^24",
"homebridge": "^1.8.0 || ^2.0.0-beta.0 || ^2.0.0"
},
"preferGlobal": true,
"dependencies": {
"node-snap7": ">=1.0.9"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}