# Change XYZ to the UID of your Rotary Encoder Bricklet 2.0

setup:
	# Get current count without reset
	subscribe to tinkerforge/response/rotary_encoder_v2_bricklet/XYZ/get_count
	publish '{ "reset": false}' to tinkerforge/request/rotary_encoder_v2_bricklet/XYZ/get_count 
