esp-parser
Version:
Parses EnOcean Radio Protocol telegram buffers to EnOcean Serial Protocol packets.
28 lines (27 loc) • 651 B
JSON
{
"name": "esp-parser",
"version": "0.0.3",
"description": "Parses EnOcean Radio Protocol telegram buffers to EnOcean Serial Protocol packets.",
"main": "index.js",
"scripts": {
"test": "node ./test/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Softwareschmiede/esp-parser.git"
},
"keywords": [
"EnOcean",
"Serial",
"Protocol",
"ESP",
"nodejs",
"javascript"
],
"author": "David Spanier",
"license": "ISC",
"bugs": {
"url": "https://github.com/Softwareschmiede/esp-parser/issues"
},
"homepage": "https://github.com/Softwareschmiede/esp-parser#readme"
}