+4
    
    
    
        
        
        Answered
        
        
    
    
    
    
    
    Vibro function
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
Answer
PINNED
	
	
	
	
		
	        Answered
		
	
	
	
	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:
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