Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TWTG DS-VB-xx-xx driver
# NEON Vibration Sensor (DS-VB-xx-xx) driver

This is a simple driver that can encode downlink messages and decode uplink messages. Documentation can be found at:
https://github.com/TWTG-R-D-B-V/neon-product-documentation/tree/main/VB
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"name": "@actilitypub/twtg-ds-vb-xx-xx",
"name": "@actilitypub/twtg-neon-ds-vb-xx-xx",
"version": "1.0.0",
"description": "Vibration sensor driver for Actility ThingPark-X",
"description": "NEON Vibration Sensor driver for Actility ThingPark-X",
"specification": "https://github.com/TWTG-R-D-B-V/neon-product-documentation/blob/main/VB/README.md",
"deviceImageUrl": "https://github.com/TWTG-R-D-B-V/neon-product-documentation/raw/main/.resources/vb.jpg",
"main": "index.js",
"scripts": {
"test": "jest --collectCoverage"
},
"driver": {
"description": "A simple driver that is able to decode/encode data from our vibration sensor",
"description": "A simple driver that is able to decode/encode data from the NEON Vibration Sensor",
"producerId": "twtg",
"type": "thingpark-x-js",
"private": false,
"application": {
"producerId": "twtg",
"moduleId": "ds-vb-xx-xx",
"moduleId": "neon-ds-vb-xx-xx",
"version": "1"
}
},
"devDependencies": {
"jest": "^25.4.0"
"jest": "^25.5.4"
}
}