Merge commit '0b7f7c96ec0362d9b488fbc79b4022dc4233c0a0' into HEAD

pull/1580/head 3.0.0
openHAB Build Server 2020-12-22 12:49:12 +00:00
commit c6e247e639
1 changed files with 1 additions and 1 deletions

View File

@ -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(Duration.fromSeconds(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