Материал из Module developer
Перейти к: навигация, поиск
{
	DeviceType: "HTTP", 
	Parameters: [{
        Type: "textfield",
		Name: "Host"
	},
	{
        Type: "textfield",
		Name: "Port"
	},
   {
        Type: "textfield",
		Name: "Login"
	},
   {
        Type: "textfield",
		Name: "Password"
	}
	]
}