Skip to content

Commit

Permalink
Exec actions timeout is now in seconds. Reference: openhab/openhab-co…
Browse files Browse the repository at this point in the history
…re#1700

Signed-off-by: Jerome Luckenbach <[email protected]>
  • Loading branch information
Confectrician committed Dec 22, 2020
1 parent a784207 commit 44787be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ One can configure whether specific log entries are logged out and where they get
### Exec Actions

- `executeCommandLine(String commandLine)`: Executes a command on the command line without waiting for the command to complete
- `executeCommandLine(java.time.Duration timeout, String commandLine)`: Executes a command on the command and waits timeout milliseconds for the command to complete, returning the output from the command as a String
- `executeCommandLine(java.time.Duration timeout, String commandLine)`: Executes a command on the command and waits timeout seconds for the command to complete, returning the output from the command as a String

### HTTP Actions

Expand Down

0 comments on commit 44787be

Please sign in to comment.