# Change XYZ to the UID of your Industrial Analog Out Bricklet

setup:
	# Set output current to 4.5mA
	publish '{"current": 4500}' to tinkerforge/request/industrial_analog_out_bricklet/XYZ/set_current 
	
	publish '' to tinkerforge/request/industrial_analog_out_bricklet/XYZ/enable 

cleanup:
	# If you are done, run this to clean up
	publish '' to tinkerforge/request/industrial_analog_out_bricklet/XYZ/disable 
