User Tools

Site Tools


custom_command_tasker

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
custom_command_tasker [2013/07/14 13:55]
lukakama [Variables]
custom_command_tasker [2013/09/15 13:34]
lukakama
Line 1: Line 1:
 ====== Guide for custom commands integrated with Tasker ====== ====== Guide for custom commands integrated with Tasker ======
  
----- 
- 
- 
-{{:​work_in_progress_svg.png?​nolink|}}{{:​work_in_progress_svg.png?​nolink|}} **!!!WORK IN PROGRESS (available on the beta)!!!** {{:​work_in_progress_svg.png?​nolink|}}{{:​work_in_progress_svg.png?​nolink|}} 
- 
----- 
  
 Custom commands integrated with Tasker allow to merge the infinite possibilities of Tasker with the powerful voice recognition handling of KLets, giving you the ability to create commands to perform almost everything (from [[#"​Take photo" Example|taking a photo]], to change the color of the light in a room using a wireless Arduino). Custom commands integrated with Tasker allow to merge the infinite possibilities of Tasker with the powerful voice recognition handling of KLets, giving you the ability to create commands to perform almost everything (from [[#"​Take photo" Example|taking a photo]], to change the color of the light in a room using a wireless Arduino).
Line 13: Line 7:
  
 In order to use them at their full power, you need to firstly understand how Tasker variables work reading its [[http://​www.pocketables.com/​2012/​08/​beginners-guide-to-tasker-part-2-variables.html|Online Guide]]. In order to use them at their full power, you need to firstly understand how Tasker variables work reading its [[http://​www.pocketables.com/​2012/​08/​beginners-guide-to-tasker-part-2-variables.html|Online Guide]].
- 
-... TODO ... 
  
 ===== Activation phrases ===== ===== Activation phrases =====
Line 39: Line 31:
 | Phone number ​                     | Any value compatible with a phone number ​    | NUMBER_TO_CALL | %**number_to_call** | It will contain a phone number, like "​+012345#​78*9"​ | | Phone number ​                     | Any value compatible with a phone number ​    | NUMBER_TO_CALL | %**number_to_call** | It will contain a phone number, like "​+012345#​78*9"​ |
 | Free text                         | Any value     | SOME_FREE_TEXT | %**some_free_text** | It will contain a textual value like "​message to sent to tasker"​ | | Free text                         | Any value     | SOME_FREE_TEXT | %**some_free_text** | It will contain a textual value like "​message to sent to tasker"​ |
 +| Free text (without confirmation) ​ | Any value. KLets will not asks for a confirmation | SOME_FREE_TEXT | %**some_free_text** | It will contain a textual value like "​message to sent to tasker",​ |
 | Tasker'​s task name                | A Tasker'​s task name     | TASK_NAME | %**task_name** | It will contain an existing Tasker'​s task name | | Tasker'​s task name                | A Tasker'​s task name     | TASK_NAME | %**task_name** | It will contain an existing Tasker'​s task name |
 | Time only (relative or absolute) ​ | A time value, like "at 11 and 20 minutes",​ "in 70 minutes"​ and so on  | TIME_VALUE | %**time_value** | It will contain a text with the nearest future date matching the given time, formatted like "​25/​04/​2013 22:​55:​58"​ | | Time only (relative or absolute) ​ | A time value, like "at 11 and 20 minutes",​ "in 70 minutes"​ and so on  | TIME_VALUE | %**time_value** | It will contain a text with the nearest future date matching the given time, formatted like "​25/​04/​2013 22:​55:​58"​ |
custom_command_tasker.txt ยท Last modified: 2013/09/15 13:34 by lukakama