Actual running flowserver on test panel LM 10.0.0.5

This commit is contained in:
rasta5man 2024-04-13 20:00:05 +02:00
commit 67c503d980
57 changed files with 16678 additions and 0 deletions

11
flow/comment.js Normal file
View file

@ -0,0 +1,11 @@
exports.id = 'comment';
exports.title = 'Comment';
exports.group = 'Common';
exports.color = '#704cff';
exports.author = 'Martin Smola';
exports.icon = 'comment';
exports.traffic = false;
exports.version = '1.0.0';
exports.readme = '# Comment';
exports.install = function() {};