We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This isn't an issue as such, I just want to save some equally noobish Node-RED user half an hour down the line.
You can of course use this service in Node-RED, and to do so you'd use a call service node set up like this:
call service
The thing that teased me a little was how to enter lists like...
except_files: - 'important.txt' - 'important.db'
...which in Node-RED is done like this:
{ "folder" : "/config/www/camshots", "time" : 86400, "except_files" : ["important.txt", "important.db", "and_so_on.png"] }
Like I said, not an issue, and possibly embarassingly basic, but here we are.
cheers, Søren
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This isn't an issue as such, I just want to save some equally noobish Node-RED user half an hour down the line.
You can of course use this service in Node-RED, and to do so you'd use a
call service
node set up like this:The thing that teased me a little was how to enter lists like...
...which in Node-RED is done like this:
Like I said, not an issue, and possibly embarassingly basic, but here we are.
cheers,
Søren
The text was updated successfully, but these errors were encountered: