Skip to content

Custom Actions

Sylvain M edited this page Jan 3, 2022 · 3 revisions

With iTracing2, you can associate single/double clicks with actions.

  • ring your phone
  • vibrate it
  • capture your position
  • and.. play a custom action

A custom action can be an URL

By prefixing with http:// or https://, you can call a dedicated url.

A custom action can be an MQTT publication

By prefixing with mqtt:// you can publish a payload <address>,<source> to your MQTT server. You can use credential like that : mqtt://username:password@hostname:port

A custom action can be a phone call

By prefixing the phone number by tel:

At last, a custom action can be an Intent

See more details here

Just by adding your Intent action name.