Sets the value of an input element.
It is part of the RemoteSkin Web API.
{ "id": "a13e429c-b6bd-4566-95b4-b803ada225cb", "name": "WEB_SET_VALUE", "description": "Set a value of an input element.", "slots": [ { "key": "1", "name": "ID ", "direction": "REQUEST", "mandatory": "true", "type": "STRING", "description": "The id of the element." }, { "key": "2", "name": "VALUE ", "direction": "REQUEST", "mandatory": "true", "type": "STRING", "description": "The value to set." } ] }