OH2 MyQ binding Syntax

Can anyone tell me the correct channel syntax for adding your myq garage to your items file?

I tried both of these and neither worked

Switch GarageDoorSwitch_1 		"Garage [%s]" 	<contact> 		(Garage, gDashboard)		 	{ channel="myq:myq:device:0" }
Switch GarageDoorSwitch_2		"Garage [%s]" 	<contact> 		(Garage, gDashboard)		 	{ channel="myq:device:0" }

I do have my myq.cfg file user/password set up. Just unsure the channel syntax.