Available since version: 1.8
The method is used to control all screen attributes including screen screens.
Parameter | Type | Optional | Description | Details |
---|---|---|---|---|
screenid | string | Screen ID. | ||
screen attribute | any | Yes | New value for a screen attribute. | |
screenitems | any | Yes | New screen item list. |
Parameter | Description |
---|---|
result | Operation successful. Result will contain array of updated Screen IDs. |
error | In case of any errors |
Set screen name to “New Name”:
{ "jsonrpc":"2.0", "method":"screen.update", "params":{ "screenid": "100100000010092", "name": "New Name" }, "auth":"700ca65537074ec963db7efabda78259", "id":2 }
Retrieved updated screen IDs:
{ "jsonrpc":"2.0", "result": { "screenids":["100100000010092"] }, "id":2 }