Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
en:help:v2:intents [2020/04/22 12:44] alpinequesten:help:v2:intents [2020/04/24 09:49] alpinequest
Line 27: Line 27:
 | net.psyberia.intent.extra.COMMENT  | String  | comment of the point (ignored if using a track ID).  | | net.psyberia.intent.extra.COMMENT  | String  | comment of the point (ignored if using a track ID).  |
 | net.psyberia.intent.extra.DESCRIPTION  | String  | description of the point (ignored if using a track ID).  | | net.psyberia.intent.extra.DESCRIPTION  | String  | description of the point (ignored if using a track ID).  |
-| net.psyberia.intent.extra.ICON  | String  | icon of the point (ignored if using a track ID).  |+| net.psyberia.intent.extra.ICON  | String  | icon name of the point (ignored if using a track ID).  |
  
 __Example in Automate__:\\ __Example in Automate__:\\
 - Block type: ''App start''\\ - Block type: ''App start''\\
 - Action: ''"net.psyberia.intent.action.DISPLAY_LOCATION"''\\ - Action: ''"net.psyberia.intent.action.DISPLAY_LOCATION"''\\
-- Extras: ''{"net.psyberia.intent.extra.LONGITUDE": -0.1, "net.psyberia.intent.extra.LATITUDE": 54.5, "net.psyberia.intent.extra.NAME": "Test"}''+- Extras: ''{"net.psyberia.intent.extra.LONGITUDE": -0.1, "net.psyberia.intent.extra.LATITUDE": 54.5, "net.psyberia.intent.extra.NAME": "Test", "net.psyberia.intent.extra.ICON": "Car"}''
  
 \\ \\
Line 89: Line 89:
 | comment  | String  | comment of the point (ignored if using a track ID).  | | comment  | String  | comment of the point (ignored if using a track ID).  |
 | description  | String  | description of the point (ignored if using a track ID).  | | description  | String  | description of the point (ignored if using a track ID).  |
-| icon  | String  | icon of the point (ignored if using a track ID).  |+| icon  | String  | icon name of the point (ignored if using a track ID).  |
  
 __Example in Automate__:\\ __Example in Automate__:\\
Line 96: Line 96:
 - Activity class: ''psyberia.alpinequest.full.AlpineQuestActivity''\\ - Activity class: ''psyberia.alpinequest.full.AlpineQuestActivity''\\
 - Action: ''"DISPLAY_LOCATION"''\\ - Action: ''"DISPLAY_LOCATION"''\\
-- Extras: ''{"longitude": -0.1, "latitude": 54.5, "name": "Test"}''+- Extras: ''{"longitude": -0.1, "latitude": 54.5, "name": "Test", "icon": "Car"}''
  
 \\ \\