17.03.2017, 14:33 
		
	
	
		Or if you map it to a binary object, you can do +/- with a single script and 2 buttons in send fixed value mode.
	
	
	
	
Code:
offset = event.getvalue() and 1 or -1
setpoint = grp.getvalue('1/1/1')
grp.write('1/1/1', setpoint + offset) 
 

