User Tools

Site Tools


task_editor

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
task_editor [2020/04/06 16:16]
liz
task_editor [2021/03/12 19:27] (current)
thomassub
Line 39: Line 39:
 Except for comment lines all commands are on a new line with a colon between the command and the parameter. Except for comment lines all commands are on a new line with a colon between the command and the parameter.
 ^ Command ​     ^ Parameter ​      ^ Description ^ ^ Command ​     ^ Parameter ​      ^ Description ^
 +| **addwtasks** ​   | number of tasks     |adds x tasks to min required weekly amount |
 +| **addmtasks** ​   | number of tasks     |adds x tasks to min required monthly amount |
 +| **locklimits** ​   | number of days     | Locks limits for x days (if current lock less than that) |
 | **asktext** ​   | prompt text     |Text input box - result saved in LASTASK | | **asktext** ​   | prompt text     |Text input box - result saved in LASTASK |
 | **asknumber** ​   | prompt text     ​|number input box. that keeps asking until it gets a valid number (allows a decimal point). - result saved in LASTASK | | **asknumber** ​   | prompt text     ​|number input box. that keeps asking until it gets a valid number (allows a decimal point). - result saved in LASTASK |
Line 85: Line 88:
 | **trigger** ​   | device:​(delay in seconds) ​    | trigger remote device e.g. trigger:​vibe:​12 | | **trigger** ​   | device:​(delay in seconds) ​    | trigger remote device e.g. trigger:​vibe:​12 |
 | **upload** ​   | //Not used// | Allow user to upload an image file. To use it, explain what you are wanting the user to upload with a "​show:"​ command and then use it to add a file selection, they can then upload any image their device can open. The script will pause until a valid image is uploaded. This can be used in combination with "​dmsg:"​ and "​dtask:"​ to get someone to go away and do something before reporting back with a picture to upload. | | **upload** ​   | //Not used// | Allow user to upload an image file. To use it, explain what you are wanting the user to upload with a "​show:"​ command and then use it to add a file selection, they can then upload any image their device can open. The script will pause until a valid image is uploaded. This can be used in combination with "​dmsg:"​ and "​dtask:"​ to get someone to go away and do something before reporting back with a picture to upload. |
 +| **vidrec** ​   |   ​0 ​  | starts video recording for a maximum of 30 seconds. Use vidrec:0 |
 +| **vidstop:​0** ​   |  0    | stops video recording. Use vidstop:0 |
 | **wait** ​   | number of seconds to wait     | | | **wait** ​   | number of seconds to wait     | |
 | **waitm** ​   | number of milliseconds to wait     | | | **waitm** ​   | number of milliseconds to wait     | |
Line 399: Line 404:
 <​code>​addchastity:​12 hours <​code>​addchastity:​12 hours
 addchastity:​12</​code>​ addchastity:​12</​code>​
 +
 +==== AddChMin====
 +**Description:​**
 +AddChMin adds one hour to the monthly minimum chastity time in settings. Dont overuse this, as minimum chastity time can not be reduced by the slave any more. See chastity manual for details. Also be careful using this in test tasks!!!
 +
 +**Code example:**
 +<​code>​addchmin:​1</​code>​
  
 ==== AddDenial==== ==== AddDenial====
Line 848: Line 860:
 <​code>​wbutton:​10:​Yes</​code>​ <​code>​wbutton:​10:​Yes</​code>​
  
 +==== Video recording===
 +**Description:​** Start and stop of video recording. Recording will automatically stop after 30 seconds, unless explicitely stopped before by use of vidstop:0
 +
 +**Code example:**
 +<​code>​
 +  vidrec:0
 +  settemp8:0
 +  while:​(TEMP8 != 30)
 +    show:TEMP8 seconds
 +    wbutton:​1:​Done
 +    if:LASTASK == 0
 +      settemp8:30
 +    else:
 +      settemp8:​TEMP8 + 1
 +    fi:
 +  endwhile:
 +  vidstop:0
 +</​code>​
 ==== Wait==== ==== Wait====
 **Description:​** Wait is used for timing. If you have a wait command in your script the script stops for the amount of time you defined until the next step is triggered. The wait command needs an amount of seconds to work. **Description:​** Wait is used for timing. If you have a wait command in your script the script stops for the amount of time you defined until the next step is triggered. The wait command needs an amount of seconds to work.
task_editor.1586189802.txt.gz ยท Last modified: 2020/04/06 16:16 by liz