-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
node-red-node-random: Add node-red-node-random
Signed-off-by: Li Hua Qian <[email protected]>
- Loading branch information
1 parent
afdb886
commit 53bec12
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
recipes-app/node-red-node-random/files/npm-shrinkwrap.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
14 changes: 14 additions & 0 deletions
14
recipes-app/node-red-node-random/node-red-node-random-0.4.1.bb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# | ||
# Copyright (c) Siemens AG, 2023 | ||
# | ||
# Authors: | ||
# Li Hua Qian <[email protected]> | ||
# | ||
# This file is subject to the terms and conditions of the MIT License. See | ||
# COPYING.MIT file in the top-level directory. | ||
# | ||
|
||
inherit npm | ||
inherit node-red-module | ||
|
||
DESCRIPTION = "A set of random nodes for Node-RED" |