This application changes the radio channel with the touch pads.


Compatibility


{	"do": [		{			"radio": {				"setChannel": 1,				"url": "http://icestreaming.rai.it/1.mp3"			}		},		{			"radio": {				"setChannel": 2,				"url": "http://icestreaming.rai.it/2.mp3"			}		},		{			"radio": {				"setChannel": 3,				"url": "http://icestreaming.rai.it/3.mp3"			}		},		{			"on": {				"do": [					{						"radio": {							"channel": 1						}					}				],				"event": "touch1"			}		},		{			"on": {				"do": [					{						"radio": {							"channel": 2						}					}				],				"event": "touch2"			}		},		{			"on": {				"do": [					{						"radio": {							"channel": 3						}					}				],				"event": "touch3"			}		},		{			"on": {				"do": [					{						"radio": {							"play": 0						}					}				],				"event": "touchSquare"			}		}	]}