# Change XYZ to the UID of your Rotary Encoder Bricklet

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