Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions source/_components/shell_command.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ The commands can be dynamic, using templates to insert values for arguments. Whe

Any service data passed into the service call to activate the shell command will be available as a variable within the template.

`stdout` and `stderr` output from the command are both captured and can be displayed by setting the [log level](/components/logger/) to debug.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

displayed -> logged


```yaml

# Apply value of a GUI slider to the shell_command
Expand Down