Difference between revisions of "Development:Prana Breath API"
From Olekdia Wiki
Line 62: | Line 62: | ||
| Name of the training. | | Name of the training. | ||
* <code>pranabreath://trainings/Power?name=Energy</code> - Rename the "Power" training to "Energy". | * <code>pranabreath://trainings/Power?name=Energy</code> - Rename the "Power" training to "Energy". | ||
+ | * <code>https://olekdia.com/pranabreath/Trainings/5?name=Balance</code> - Rename a training with equals 5, set name as "Balance". | ||
|- | |- | ||
| '''info''' | | '''info''' | ||
| | | | ||
|} | |} |
Revision as of 11:33, 31 January 2019
trainings
trainings
- collection gives you access to all trainings on the device.
Aliases:
trng
Commands:
Command | Description |
---|---|
list | Returns training list. Currently it is only used in console for retrieving training list.
pos id public_id name 0 1 1 Clear mind 1 2 2 Relax 2 3 3 Calming 3 4 4 Power 4 5 5 Harmony 5 6 6 Anti-stress 6 7 7 Anti-appetite 7 8 8 Cigarette replace 8 9 11 Bhastrika
|
import | Import the specified training into the app.
|
create | Create the training with defined parameters.
|
start | Starts the selected training. If there is no an entered training - nothing happens, if only the training name is set from public training list, in such case it will be imported automatically and started.
|
delete | Delete the selected training. If there is no an entered training - nothing happens |
info |
Parameters:
Parameter | Description |
---|---|
name | Name of the training.
|
info |