+4
Beantwoord
Vibro function
Theo Derks - NL (distributor) 8 jaar geleden
in Applications / i3 Pro
•
bijgewerkt 8 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
+1
Thanks for these good examples!
We supported our installers with it!
Theo
Customer support service by UserEcho
This command:
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