Difference between revisions of "Development:Prana Breath API/Collections:Tests"
From Olekdia Wiki
Line 1: | Line 1: | ||
− | <code>tests</code>, or <code>health_tests</code> - Collection that gives | + | <code>tests</code>, or <code>health_tests</code> - Collection that gives control over all health tests in the app.<br/> |
__TOC__ | __TOC__ |
Revision as of 16:31, 1 February 2019
tests
, or health_tests
- Collection that gives control over all health tests in the app.
Contents
Prefix
pranabreath://
https://olekdia.com/pranabreath/
https://pranabreath.page.link/?link=https://olekdia.com/pranabreath/
Syntax
pranabreath://tests/item?cmd=[Command]
- Case-insensitive.https://olekdia.com/pranabreath/tests?cmd=[Command]
- Case-sensitive.
Commands
Command | Description |
---|---|
list |
Returns test list. Currently it is only used in console for retrieving health test list. All health tests have negative ids in the app.
id name -1 shtange -2 genchi -3 buteyko -4 heart_rate -5 blood_circulation
|
select |
Selects the specified health test. Other than its own effect, command start does select as well.
|
start |
Starts the selected health test. If there is no such a test - nothing happens.
|