2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

98_todoist: docu fix for moveTask

git-svn-id: https://svn.fhem.de/fhem/trunk@20942 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
marvin78 2020-01-11 19:56:03 +00:00
parent dd71d3f074
commit 2bfcf09144

View File

@ -2279,8 +2279,8 @@ sub todoist_genUUID() {
Needs Task-ID or todoist-Task-ID as parameter<br /><br />
Possible additional parameters are:<br />
<ul>
<li>parentID=parent_id of the parent task.</li>
<li>projectID=project_id of the parent task.</li>
<li>parentID=todoist-ID of the new parent task.</li>
<li>projectID=todoist-ID of the receiving project.</li>
</ul><br /><br /></li>
<li><b>completeTask</b> - completes a task. Needs number of task (reading 'Task_NUMBER'), the title (TITLE:&lt;TITLE&gt;) or the
todoist-Task-ID (ID:&lt;ID&gt;) as parameter<br /><br />