+4
Beantwoord

Vibro function

Theo Derks - NL (distributor) 7 jaar geleden in Applications / i3 Pro bijgewerkt 7 jaar geleden 3

Hi,

Do we have the possibility to use the vibro-function when a button is pressed?

Can you create an example how to do this?

Thanks


Theo


Antwoord

VASTGEZET
Beantwoord

This command:

IR.SetVariable("System.Vibro", 1)

activates a short vibration on iOS and Android devices. The other values and long vibration is not supported.


So u can use it like in this sample Vibro function.irpz

+2

Hi, Theo! Vibration on the mobile device. The test on IOS. Have a nice day! )) Vibro.irpz

VASTGEZET
Beantwoord

This command:

IR.SetVariable("System.Vibro", 1)

activates a short vibration on iOS and Android devices. The other values and long vibration is not supported.


So u can use it like in this sample Vibro function.irpz

+1

Thanks for these good examples!


We supported our installers with it!


Theo