first commit

This commit is contained in:
znetsixe
2025-05-14 10:07:27 +02:00
parent 3e5e293577
commit 96430d3592
8 changed files with 2135 additions and 0 deletions

28
package.json Normal file
View File

@@ -0,0 +1,28 @@
{
"name": "rotatingMachine",
"version": "1.0.3",
"description": "Control module rotatingMachine",
"main": "rotatingMachine.js",
"scripts": {
"test": "node rotatingMachine.js"
},
"repository": {
"type": "git",
"url": "https://gitea.centraal.wbd-rd.nl/RnD/rotatingMachine.git"
},
"keywords": [
"rotatingMachine",
"node-red"
],
"author": "Rene De Ren",
"license": "SEE LICENSE",
"dependencies": {
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git",
"convert": "git+https://gitea.centraal.wbd-rd.nl/RnD/convert.git"
},
"node-red": {
"nodes": {
"rotatingMachine": "rotatingMachine.js"
}
}
}