Skip to content

Instantly share code, notes, and snippets.

@thost96
Created December 26, 2020 13:54
Show Gist options
  • Save thost96/10ebe2b5c8f66eaca2dc836f9449c77b to your computer and use it in GitHub Desktop.
Save thost96/10ebe2b5c8f66eaca2dc836f9449c77b to your computer and use it in GitHub Desktop.
Postman libary for Android based Philips TV
{
"info": {
"_postman_id": "af626e59-7238-483d-8c04-423c73437442",
"name": "Philips TV 2020",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "Audio",
"item": [
{
"name": "get audio",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://{{TVIP}}:1926/6/audio/volume",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"audio",
"volume"
]
}
},
"response": []
},
{
"name": "set audi",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"muted\": false,\r\n \"current\": 12,\r\n \"min\": 0,\r\n \"max\": 60\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/audio/volume",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"audio",
"volume"
]
}
},
"response": []
}
]
},
{
"name": "System",
"item": [
{
"name": "get system info",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://{{TVIP}}:1926/6/system",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"system"
]
}
},
"response": []
},
{
"name": "get powerstate",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://{{TVIP}}:1926/6/powerstate",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"powerstate"
]
}
},
"response": []
},
{
"name": "get epg source",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://{{TVIP}}:1926/6/system/epgsource",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"system",
"epgsource"
]
}
},
"response": []
},
{
"name": "get storage",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://{{TVIP}}:1926/6/system/storage",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"system",
"storage"
]
}
},
"response": []
},
{
"name": "get timestamp",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://{{TVIP}}:1926/6/system/timestamp",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"system",
"timestamp"
]
}
},
"response": []
},
{
"name": "get menu structure",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://{{TVIP}}:1926/6/menuitems/settings/structure",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"menuitems",
"settings",
"structure"
]
}
},
"response": []
},
{
"name": "get current menu settings",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"nodes\": [\r\n {\r\n \"nodeid\": 2131230862\r\n }\r\n ]\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/menuitems/settings/current",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"menuitems",
"settings",
"current"
]
}
},
"response": []
},
{
"name": "update menu",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"values\": [\r\n {\r\n \"value\": {\r\n \"Nodeid\": 2131230774,\r\n \"Controllable\": true,\r\n \"Available\": true,\r\n \"data\": {\r\n \"value\": false\r\n }\r\n }\r\n }\r\n ]\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/menuitems/settings/update",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"menuitems",
"settings",
"update"
]
}
},
"response": []
},
{
"name": "notfiy change",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"notification\": {\r\n \"context\": {},\r\n \"network/devices\": [],\r\n \"input/textentry\": {\r\n \"textentry\": \"requested\",\r\n \"initialstring\": \"\"\r\n },\r\n \"input\\/pointer\": {\r\n \"status\": \"enabled\"\r\n },\r\n \"channeldb/tv\": {},\r\n \"activities/tv\": {},\r\n \"applications/version\": \"\",\r\n \"system/epgsource\": {},\r\n \"powerstate\": {\r\n \"powerstate\": \"Standby\"\r\n },\r\n \"system/nettvversion\": \"4.6.0\",\r\n \"system/storage/status\": \"\",\r\n \"recordings/list\": {\r\n \"version\": \"\"\r\n },\r\n \"activities/current\": {},\r\n \"companionlauncher\": {\r\n \"device_id\": \"C03ADF98-5956-40DA-ADA1-9C876FB94ABB\",\r\n \"msg_id\": \"\"\r\n }\r\n }\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/notifychange",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"notifychange"
]
}
},
"response": []
}
]
},
{
"name": "Apps",
"item": [
{
"name": "get apps",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://{{TVIP}}:1926/6/applications",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"applications"
]
}
},
"response": []
},
{
"name": "get current app",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://{{TVIP}}:1926/6/activities/current",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"activities",
"current"
]
}
},
"response": []
},
{
"name": "launch live tv",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"intent\": {\r\n \"action\": \"empty\",\r\n \"component\": {\r\n \"className\": \"org.droidtv.playtv.PlayTvActivity\",\r\n \"packageName\": \"org.droidtv.playtv\"\r\n }\r\n }\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/activities/launch",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"activities",
"launch"
]
}
},
"response": []
},
{
"name": "launch youtube",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n\t\"intent\": {\r\n\t\t\"action\": \"empty\",\r\n\t\t\"component\": {\r\n\t\t\t\"packageName\": \"com.google.android.youtube.tv\",\r\n \"className\": \"com.google.android.apps.youtube.tv.activity.ShellActivity\"\r\n\t\t}\r\n\t}\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/activities/launch",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"activities",
"launch"
]
}
},
"response": []
},
{
"name": "lauch prime video",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n\t\"intent\": {\r\n\t\t\"action\": \"empty\",\r\n\t\t\"component\": {\r\n\t\t\t\"packageName\": \"com.amazon.amazonvideo.livingroom\",\r\n \"className\": \"com.amazon.ignition.IgnitionActivity\"\r\n\t\t}\r\n\t}\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/activities/launch",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"activities",
"launch"
]
}
},
"response": []
},
{
"name": "launch nexflix",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"intent\": {\r\n \"action\": \"empty\",\r\n \"component\": {\r\n \"packageName\": \"com.netflix.ninja\",\r\n \"className\": \"com.netflix.ninja.MainActivity\"\r\n }\r\n }\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/activities/launch",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"activities",
"launch"
]
}
},
"response": []
}
]
},
{
"name": "TV",
"item": [
{
"name": "get tv channellists",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://{{TVIP}}:1926/6/channeldb/tv",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"channeldb",
"tv"
]
}
},
"response": []
},
{
"name": "get tv channels",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://{{TVIP}}:1926/6/channeldb/tv/channelLists/all",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"channeldb",
"tv",
"channelLists",
"all"
]
}
},
"response": []
},
{
"name": "get current channel",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://{{TVIP}}:1926/6/activities/current",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"activities",
"current"
]
}
},
"response": []
},
{
"name": "set channel",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"channelList\": {\r\n \"id\": \"allsat\"\r\n },\r\n \"channel\": {\r\n \"ccid\": 338\r\n }\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/activities/tv",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"activities",
"tv"
]
}
},
"response": []
},
{
"name": "get recordings",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://{{TVIP}}:1926/6/recordings/list",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"recordings",
"list"
]
}
},
"response": []
}
]
},
{
"name": "Ambilight",
"item": [
{
"name": "get power",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://{{TVIP}}:1926/6/ambilight/power",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"ambilight",
"power"
]
}
},
"response": []
},
{
"name": "set power",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"power\": \"Off\" // \"On\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/ambilight/power",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"ambilight",
"power"
]
}
},
"response": []
},
{
"name": "get lounge",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://{{TVIP}}:1926/6/ambilight/lounge",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"ambilight",
"lounge"
]
},
"description": "color (object): An object containing color settings:\r\nhue (integer)\r\nsaturation (integer)\r\nbrightness (integer)\r\ncolordelta (object): An object containing color delta (?) settings:\r\nhue (integer number)\r\nsaturation (integer)\r\nbrightness (integer)\r\nspeed (integer): Unknown (?)\r\nmode (string): Unknown (?)"
},
"response": []
},
{
"name": "set lounge",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"color\": {\r\n \"hue\": 80,\r\n \"saturation\": 200,\r\n \"brightness\": 180\r\n },\r\n \"colordelta\": {\r\n \"hue\": 8,\r\n \"saturation\": 50,\r\n \"brightness\": 16\r\n },\r\n \"speed\": 50,\r\n \"mode\": \"Default\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/ambilight/lounge",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"ambilight",
"lounge"
]
},
"description": "color (object): An object containing color settings:\r\nhue (integer)\r\nsaturation (integer)\r\nbrightness (integer)\r\ncolordelta (object): An object containing color delta (?) settings:\r\nhue (integer number)\r\nsaturation (integer)\r\nbrightness (integer)\r\nspeed (integer): Unknown (?)\r\nmode (string): Unknown (?)"
},
"response": []
},
{
"name": "get config",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://{{TVIP}}:1926/6/ambilight/currentconfiguration",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"ambilight",
"currentconfiguration"
]
},
"description": "styleName (string): Current ambilight style.\r\nisExpert (boolean): Expert mode (?).\r\nmenuSetting (string): Current ambilight mode."
},
"response": []
},
{
"name": "set ambilight config",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"styleName\": \"FOLLOW_VIDEO\",\r\n \"isExpert\": false,\r\n \"menuSetting\": \"NATURAL\",\r\n \"stringValue\": \"Natural\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/ambilight/currentconfiguration",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"ambilight",
"currentconfiguration"
]
},
"description": "styleName (string): Ambilight style. Possible values:\r\nisExpert (boolean): Expert mode (?).\r\nmenuSetting (string): Ambilight mode."
},
"response": []
},
{
"name": "get supported styles",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://{{TVIP}}:1926/6/ambilight/supportedstyles",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"ambilight",
"supportedstyles"
]
}
},
"response": []
},
{
"name": "get mode",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://{{TVIP}}1926/6/ambilight/mode",
"protocol": "https",
"host": [
"{{TVIP}}1926"
],
"path": [
"6",
"ambilight",
"mode"
]
},
"description": "current (string): One of following values:\r\ninternal: The internal ambilight algorithm is used to calculate the ambilight colours.\r\nmanual: The cached ambilight colours are shown.\r\nexpert: The cached ambilight colours are used as input for the internal ambilight algorithm."
},
"response": []
},
{
"name": "set mode",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"current\": \"internal\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/ambilight/mode",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"ambilight",
"mode"
]
}
},
"response": []
},
{
"name": "get cached",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://{{TVIP}}:1926/6/ambilight/cached",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"ambilight",
"cached"
]
},
"description": "layerx (object): An object containing all pixels in layer i.\r\nleft (object): An object containing all pixels on the left side in the containing layer.\r\ntop (object): An object containing all pixels on the top side in the containing layer.\r\nright (object): An object containing all pixels on the right side in the containing layer.\r\nbottom (object): An object containing all pixels on the bottom side in the containing layer.\r\npixelnr (object): An object containing RGB value for one pixel. The pixel nr is relative within the side containing the pixel. Pixels within a side are numbered clockwise (from the viewer perspective) starting from \"0\".\r\nr (integer): The red value for a pixel, between 0 and 255.\r\ng (integer): The green value for a pixel, between 0 and 255.\r\nb (integer): The blue value for a pixel, between 0 and 255."
},
"response": []
},
{
"name": "set color",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"r\": 0,\r\n \"g\": 0,\r\n \"b\": 0\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/ambilight/cached",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"ambilight",
"cached"
]
},
"description": "layerx (object): An object containing all pixels in layer i.\r\nleft (object): An object containing all pixels on the left side in the containing layer.\r\ntop (object): An object containing all pixels on the top side in the containing layer.\r\nright (object): An object containing all pixels on the right side in the containing layer.\r\nbottom (object): An object containing all pixels on the bottom side in the containing layer.\r\npixelnr (object): An object containing RGB value for one pixel. The pixel nr is relative within the side containing the pixel. Pixels within a side are numbered clockwise (from the viewer perspective) starting from \"0\".\r\nr (integer): The red value for a pixel, between 0 and 255.\r\ng (integer): The green value for a pixel, between 0 and 255.\r\nb (integer): The blue value for a pixel, between 0 and 255."
},
"response": []
},
{
"name": "get topology",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://{{TVIP}}:1926/6/ambilight/topology",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"ambilight",
"topology"
]
},
"description": "layers (integer): The number of layers.\r\nleft (integer): The number of pixels on the left.\r\ntop (integer): The number of pixels on the top.\r\nright (integer): The number of pixels on the right.\r\nbottom (integer): The number of pixels on the bottom."
},
"response": []
},
{
"name": "get measured",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://{{TVIP}}:1926/6/ambilight/measured",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"ambilight",
"measured"
]
},
"description": "layerx (object): An object containing all pixels in layer i.\r\nleft (object): An object containing all pixels on the left side in the containing layer.\r\ntop (object): An object containing all pixels on the top side in the containing layer.\r\nright (object): An object containing all pixels on the right side in the containing layer.\r\nbottom (object): An object containing all pixels on the bottom side in the containing layer.\r\npixelnr (object): An object containing RGB value for one pixel. The pixel nr is relative within the side containing the pixel. Pixels within a side are numbered clockwise (from the viewer perspective) starting from \"0\".\r\nr (integer): The red value for a pixel, between 0 and 255.\r\ng (integer): The green value for a pixel, between 0 and 255.\r\nb (integer): The blue value for a pixel, between 0 and 255."
},
"response": []
},
{
"name": "get processed",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://{{TVIP}}:1926/6/ambilight/processed",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"ambilight",
"processed"
]
},
"description": "layerx (object): An object containing all pixels in layer i.\r\nleft (object): An object containing all pixels on the left side in the containing layer.\r\ntop (object): An object containing all pixels on the top side in the containing layer.\r\nright (object): An object containing all pixels on the right side in the containing layer.\r\nbottom (object): An object containing all pixels on the bottom side in the containing layer.\r\npixelnr (object): An object containing RGB value for one pixel. The pixel nr is relative within the side containing the pixel. Pixels within a side are numbered clockwise (from the viewer perspective) starting from \"0\".\r\nr (integer): The red value for a pixel, between 0 and 255.\r\ng (integer): The green value for a pixel, between 0 and 255.\r\nb (integer): The blue value for a pixel, between 0 and 255."
},
"response": []
}
]
},
{
"name": "Input Keys",
"item": [
{
"name": "Confirm",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"Confirm\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "Back",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"Back\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "Standby",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"Standby\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "Home",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"Home\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "VolumeUp",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"VolumeUp\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "VolumeDown",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"VolumeDown\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "Mute",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"Mute\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "BlueColour",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"BlueColour\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "YellowColour",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"YellowColour\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "GreenColour",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"GreenColour\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "RedColour",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"RedColour\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "Options",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"Options\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "Info",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"Info\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "CursorUp",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"CursorUp\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "CursorDown",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"CursorDown\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "CursorLeft",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"CursorLeft\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "CursorRight",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"CursorRight\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "Next",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"Next\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "Previous",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"Previous\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "Teletext",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"Teletext\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "ChannelStepUp",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"ChannelStepUp\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "ChannelStepDown",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"ChannelStepDown\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "Source",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"Source\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "AmbilightOnOff",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"AmbilightOnOff\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "PlayPause",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"PlayPause\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "Pause",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"Pause\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "FastForward",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"FastForward\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "Stop",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"Stop\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "Rewind",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"Rewind\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "Record",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"Record\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "Online",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"Online\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "Subtitle",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"Subtitle\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "Adjust",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"Adjust\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "WatchTV",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"WatchTV\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "Viewmode",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"Viewmode\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "Find",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"Find\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "Dot",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"Dot\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "Digit0",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"Digit0\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "Digit1",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"Digit1\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "Digit2",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"Digit2\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "Digit3",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"Digit3\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "Digit4",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"Digit4\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "Digit5",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"Digit5\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "Digit6",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"Digit6\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "Digit7",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"Digit7\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "Digit8",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"Digit8\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
},
{
"name": "Digit9",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"key\": \"Digit9\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{TVIP}}:1926/6/input/key",
"protocol": "https",
"host": [
"{{TVIP}}"
],
"port": "1926",
"path": [
"6",
"input",
"key"
]
},
"description": "possible keys:\r\n\r\nStandby\r\nBack\r\nFind\r\nRedColour\r\nGreenColour\r\nYellowColour\r\nBlueColour\r\nHome\r\nVolumeUp\r\nVolumeDown\r\nMute\r\nOptions\r\nDot\r\nDigit0\r\nDigit1\r\nDigit2\r\nDigit3\r\nDigit4\r\nDigit5\r\nDigit6\r\nDigit7\r\nDigit8\r\nDigit9\r\nInfo\r\nCursorUp\r\nCursorDown\r\nCursorLeft\r\nCursorRight\r\nConfirm\r\nNext\r\nPrevious\r\nAdjust\r\nWatchTV\r\nViewmode\r\nTeletext\r\nSubtitle\r\nChannelStepUp\r\nChannelStepDown\r\nSource\r\nAmbilightOnOff\r\nPlayPause\r\nPause\r\nFastForward\r\nStop\r\nRewind\r\nRecord\r\nOnline"
},
"response": []
}
],
"event": [
{
"listen": "prerequest",
"script": {
"type": "text/javascript",
"exec": [
""
]
}
},
{
"listen": "test",
"script": {
"type": "text/javascript",
"exec": [
""
]
}
}
]
}
],
"auth": {
"type": "digest",
"digest": [
{
"key": "username",
"value": "{{USERNAME}}",
"type": "string"
},
{
"key": "password",
"value": "{{PASSWORD}}",
"type": "string"
},
{
"key": "disableRetryRequest",
"value": false,
"type": "boolean"
},
{
"key": "algorithm",
"value": "MD5",
"type": "string"
}
]
},
"event": [
{
"listen": "prerequest",
"script": {
"type": "text/javascript",
"exec": [
""
]
}
},
{
"listen": "test",
"script": {
"type": "text/javascript",
"exec": [
""
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment