# Change XYZ to the UID of your RGB LED Bricklet

setup:
	# Set light blue color
	publish '{"r": 0, "g": 170, "b": 234}' to tinkerforge/request/rgb_led_bricklet/XYZ/set_rgb_value 
