@gemini86/node-red-ds18b20
Version:
Node-RED node for ds18b20 sensors connected on GPIO (fork of iiot2k, which was removed from NPM)
39 lines (38 loc) • 715 B
JSON
{
"name": "@gemini86/node-red-ds18b20",
"bugs": "https://github.com/gemini86/node-red-ds18b20/issues",
"description": "Node-RED node for ds18b20 sensors connected on GPIO (fork of iiot2k, which was removed from NPM)",
"version": "2.0.2",
"license": "Apache-2.0",
"private": false,
"author": {
"name": "gemini86"
},
"keywords": [
"node-red",
"iot",
"raspberry pi",
"rpi",
"ds18b20",
"temperature",
"sensor",
"1-wire",
"one wire"
],
"cpu": [
"arm",
"arm64"
],
"os": [
"linux"
],
"engines": {
"node": ">=12.0.0"
},
"node-red": {
"version": ">=2.1.0",
"nodes": {
"read-ds18b20": "nodes/read-ds18b20.js"
}
}
}