Skip to content

Commit

Permalink
Update README.md (openhab#10124)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandr Salamatov <wpgnetworks@gmail.com>
  • Loading branch information
goopilot authored and thinkingstone committed Nov 7, 2021
1 parent e3cd6a3 commit 9d07553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bundles/org.openhab.binding.folderwatcher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ This binding currently supports the following events:
Thing configuration:

```java
folderwatcher:localfolder:myLocalFolder [ localDir="/tmp/dumps", pollIntervalLocal=60, listHiddenLocal="false", listRecursiveLocal="false" ]
folderwatcher:ftpfolder:myLocalFolder [ ftpAddress="192.168.0.222", ftpPort=21, secureMode="EXPLICIT", ftpUsername="ftpuser", ftpPassword="ftppass",ftpDir="/suvcams/192.168.0.209",listHidden="true",listRecursiveFtp="true",connectionTimeout=33,pollInterval=66,diffHours=25]
folderwatcher:localfolder:myLocalFolder [ localDir="/myfolder", pollIntervalLocal=60, listHiddenLocal="false", listRecursiveLocal="false" ]
folderwatcher:ftpfolder:myLocalFolder [ ftpAddress="X.X.X.X", ftpPort=21, secureMode="EXPLICIT", ftpUsername="username", ftpPassword="password",ftpDir="/myfolder/",listHidden="true",listRecursiveFtp="true",connectionTimeout=33,pollInterval=66,diffHours=25]
```

### Using in a rule:
Expand Down

0 comments on commit 9d07553

Please sign in to comment.