# Change XYZ to the UID of your Industrial Dual Analog In Bricklet

setup:
	# Get current voltage from channel 1
	subscribe to tinkerforge/response/industrial_dual_analog_in_bricklet/XYZ/get_voltage
	publish '{ "channel": 1}' to tinkerforge/request/industrial_dual_analog_in_bricklet/XYZ/get_voltage 
