Skip to content
New issue

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

Node-RED usage #28

Open
SorenHolm opened this issue Feb 24, 2024 · 0 comments
Open

Node-RED usage #28

SorenHolm opened this issue Feb 24, 2024 · 0 comments

Comments

@SorenHolm
Copy link

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:

image

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant