Skip to content

Commit af0c2d9

Browse files
committed
2 parents 0b0a841 + c237e6e commit af0c2d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Example for usage:
100100
| begintimestamp | '25/12/2020 23:24:24' |
101101
| endtimestamp: | '25/12/2020 23:24:40 |
102102
103-
### **imagedirectory.delete**
103+
### **imagedirectory.delete_files**
104104
| Parameter | Description | additional |
105105
| ------------ | ------------ | ------------ |
106106
| sourcepath | directory where the snaphots are in | mandatory, directory must exist |
@@ -112,7 +112,7 @@ Example for usage:
112112

113113
The file selection function defined by exclude and the timestamps are identical as in the use with `imagedirectory.create_gif_mp4`
114114

115-
### **imagedirectory.move**
115+
### **imagedirectory.move_files**
116116
| Parameter | Description | additional |
117117
| ------------ | ------------ | ------------ |
118118
| sourcepath | path of the directory where the snaphots are in | mandatory, directory must exist |
@@ -526,7 +526,7 @@ sequence:
526526
- service: imagedirectory.delete_files
527527
data:
528528
sourcepath: /config/snapshots/achtertuin
529-
excludelist: deepstack_object_achtertuin_latest.jpg
529+
exclude: deepstack_object_achtertuin_latest.jpg
530530
endtimestamp: '{{endtime}}'
531531
mode: single
532532

0 commit comments

Comments
 (0)