File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ Example for usage:
100
100
| begintimestamp | '25/12/2020 23:24:24' |
101
101
| endtimestamp : | '25/12/2020 23:24:40 |
102
102
103
- # ## **imagedirectory.delete **
103
+ # ## **imagedirectory.delete_files **
104
104
| Parameter | Description | additional |
105
105
| ------------ | ------------ | ------------ |
106
106
| sourcepath | directory where the snaphots are in | mandatory, directory must exist |
@@ -112,7 +112,7 @@ Example for usage:
112
112
113
113
The file selection function defined by exclude and the timestamps are identical as in the use with `imagedirectory.create_gif_mp4`
114
114
115
- # ## **imagedirectory.move **
115
+ # ## **imagedirectory.move_files **
116
116
| Parameter | Description | additional |
117
117
| ------------ | ------------ | ------------ |
118
118
| sourcepath | path of the directory where the snaphots are in | mandatory, directory must exist |
@@ -526,7 +526,7 @@ sequence:
526
526
- service: imagedirectory.delete_files
527
527
data:
528
528
sourcepath: /config/snapshots/achtertuin
529
- excludelist : deepstack_object_achtertuin_latest.jpg
529
+ exclude : deepstack_object_achtertuin_latest.jpg
530
530
endtimestamp: '{{endtime}}'
531
531
mode: single
532
532
You can’t perform that action at this time.
0 commit comments