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

setup:
	# Set output current to 4.5mA
	publish '{"current": 4500}' to tinkerforge/request/industrial_analog_out_v2_bricklet/XYZ/set_current 
	
	publish '{"enabled": true}' to tinkerforge/request/industrial_analog_out_v2_bricklet/XYZ/set_enabled 

cleanup:
	# If you are done, run this to clean up
	publish '{"enabled": false}' to tinkerforge/request/industrial_analog_out_v2_bricklet/XYZ/set_enabled 
