Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _vars:
- sonyauth: '8394'
- sonysystem: 'http://192.168.1.71/sony/system'
- sonyavcontent: 'http://192.168.1.71/sony/avContent'
- sonyaudio: 'http://192.168.1.71/sony/audio'
- sonyapp: 'http://192.168.1.71/sony/appControl'
- sonysimpleip: '192.168.1.71:20060'
- SonyTV:
- Features:
- 'Off':
- Type: post
- Parameter:
- url: ${sonysystem}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setPowerStatus'
- id: 55
- params:
- - status: False
- version: '1.0'
- 'On':
- Type: post
- Parameter:
- url: ${sonysystem}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setPowerStatus'
- id: 55
- params:
- - status: True
- version: '1.0'
- Toggle:
- Type: post
- Parameter:
- url: ${sonysystem}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setPowerStatus'
- id: 55
- params:
- - status: False
- version: '1.0'
- Simple Commands:
- HDMI_INPUT_1:
- Type: post
- Parameter:
- url: ${sonyavcontent}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setPlayContent'
- id: 101
- params:
- - uri: 'extInput:hdmi?port=1'
- version: '1.0'
- HDMI_INPUT_2:
- Type: post
- Parameter:
- url: ${sonyavcontent}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setPlayContent'
- id: 101
- params:
- - uri: 'extInput:hdmi?port=2'
- version: '1.0'
- HDMI_INPUT_3:
- Type: post
- Parameter:
- url: ${sonyavcontent}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setPlayContent'
- id: 101
- params:
- - uri: 'extInput:hdmi?port=3'
- version: '1.0'
- HDMI_INPUT_4:
- Type: post
- Parameter:
- url: ${sonyavcontent}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setPlayContent'
- id: 101
- params:
- - uri: 'extInput:hdmi?port=4'
- version: '1.0'
- COMP_INPUT_1:
- Type: post
- Parameter:
- url: ${sonyavcontent}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setPlayContent'
- id: 101
- params:
- - uri: 'extInput:composite?port=1'
- version: '1.0'
- SCREEN_MIRROR:
- Type: post
- Parameter:
- url: ${sonyavcontent}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setPlayContent'
- id: 101
- params:
- - uri: 'extInput:widi?port=1'
- version: '1.0'
- VOLUME_UP:
- Type: post
- Parameter:
- url: ${sonyaudio}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setAudioVolume'
- id: 98
- params:
- - target: ""
- volume: "+1"
- ui: "on"
- version: '1.2'
- VOLUME_DOWN:
- Type: post
- Parameter:
- url: ${sonyaudio}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setAudioVolume'
- id: 98
- params:
- - target: ""
- volume: "-1"
- ui: "on"
- version: '1.2'
- VOLUME_UP_SPEAKER:
- Type: post
- Parameter:
- url: ${sonyaudio}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setAudioVolume'
- id: 98
- params:
- - target: "speaker"
- volume: "+1"
- ui: "on"
- version: '1.2'
- VOLUME_DOWN_SPEAKER:
- Type: post
- Parameter:
- url: ${sonyaudio}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setAudioVolume'
- id: 98
- params:
- - target: "speaker"
- volume: "-1"
- ui: "on"
- version: '1.2'
- MUTE:
- Type: post
- Parameter:
- url: ${sonyaudio}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setAudioMute'
- id: 601
- params:
- - status: True
- version: '1.0'
- UNMUTE:
- Type: post
- Parameter:
- url: ${sonyaudio}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setAudioMute'
- id: 601
- params:
- - status: False
- version: '1.0'
- DISPLAY:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000005\n'
- HOME:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000006\n'
- OPTIONS:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000007\n'
- RETURN:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000008\n'
- UP:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000009\n'
- DOWN:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000010\n'
- RIGHT:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000011\n'
- LEFT:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000012\n'
- CONFIRM:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000013\n'
- RED:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000014\n'
- GREEN:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000015\n'
- YELLOW:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000016\n'
- BLUE:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000017\n'
- NUM1:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000018\n'
- NUM2:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000019\n'
- NUM3:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000020\n'
- NUM4:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000021\n'
- NUM5:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000022\n'
- NUM6:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000023\n'
- NUM7:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000024\n'
- NUM8:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000025\n'
- NUM9:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000026\n'
- NUM0:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000027\n'
- VOLUMEUP:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000030\n'
- VOLUMEDOWN:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000031\n'
- VOLUMEMUTE:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000032\n'
- CHANNEL_UP:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000033\n'
- CHANNEL_DOWN:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000034\n'
- SUBTITLE:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000035\n'
- DOT:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000038\n'
- PICTURE_OFF:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000050\n'
- WIDE:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000061\n'
- JUMP:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000062\n'
- SYNC_MENU:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000076\n'
- FORWARD:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000077\n'
- PLAY:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000078\n'
- REWIND:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000079\n'
- PREV:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000080\n'
- STOP:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000081\n'
- NEXT:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000082\n'
- PAUSE:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000084\n'
- FLASH_PLUS:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000086\n'
- FLASH_MINUS:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000087\n'
- TV_POWER:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000098\n'
- AUDIO:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000099\n'
- INPUT:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000101\n'
- SLEEP:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000104\n'
- SLEEP_TIMER:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000105\n'
- VIDEO_2:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000108\n'
- PICTURE_MODE:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000110\n'
- DEMO_SURROUND:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000121\n'
- HDMI_1:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000124\n'
- HDMI_2:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000125\n'
- HDMI_3:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000126\n'
- HDMI_4:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000127\n'
- ACTION_MENU:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000129\n'
- HELP:
- Type: tcp-text
- Parameter:
- address: ${sonysimpleip}
- text: '*SCIRCC0000000000000130\n'
- LED_OFF:
- Type: post
- Parameter:
- url: ${sonysystem}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setLEDIndicatorStatus'
- id: 53
- params:
- - mode: 'Off'
- status: 'false'
- version: '1.1'
- LED_ON_AUTO:
- Type: post
- Parameter:
- url: ${sonysystem}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setLEDIndicatorStatus'
- id: 53
- params:
- - mode: 'AutoBrightnessAdjust'
- status: 'true'
- version: '1.1'
- LED_ON_DEMO:
- Type: post
- Parameter:
- url: ${sonysystem}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setLEDIndicatorStatus'
- id: 53
- params:
- - mode: 'Demo'
- status: 'true'
- version: '1.1'
- LED_ON_DARK:
- Type: post
- Parameter:
- url: ${sonysystem}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setLEDIndicatorStatus'
- id: 53
- params:
- - mode: 'Dark'
- status: 'true'
- version: '1.1'
- LED_ON_SIMPLE:
- Type: post
- Parameter:
- url: ${sonysystem}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setLEDIndicatorStatus'
- id: 53
- params:
- - mode: 'SimpleResponse'
- status: 'true'
- version: '1.1'
- APP_BBCIPLAYER:
- Type: post
- Parameter:
- url: ${sonyapp}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setActiveApp'
- id: 601
- params:
- - uri: 'com.sony.dtv.sonyselect-iPlayer'
- version: '1.0'
- APP_ITVX:
- Type: post
- Parameter:
- url: ${sonyapp}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setActiveApp'
- id: 601
- params:
- - uri: 'com.sony.dtv.sonyselect-com.sony.dtv.youview.itv'
- version: '1.0'
- APP_ITVX2:
- Type: post
- Parameter:
- url: ${sonyapp}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setActiveApp'
- id: 601
- params:
- - uri: 'com.sony.dtv.com.sony.dtv.itvlauncher.com.sony.dtv.itvlauncher.MainActivity'
- version: '1.0'
- APP_CHANNEL4:
- Type: post
- Parameter:
- url: ${sonyapp}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setActiveApp'
- id: 601
- params:
- - uri: 'com.sony.dtv.sonyselect-com.sony.dtv.youview.channel4'
- version: '1.0'
- APP_CHANNEL4_ALT:
- Type: post
- Parameter:
- url: ${sonyapp}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setActiveApp'
- id: 601
- params:
- - uri: 'com.sony.dtv.com.sony.dtv.all4launcher.com.sony.dtv.all4launcher.MainActivity'
- version: '1.0'
- APP_5:
- Type: post
- Parameter:
- url: ${sonyapp}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setActiveApp'
- id: 601
- params:
- - uri: 'com.sony.dtv.sonyselect-channel5.youview'
- version: '1.0'
- APP_5_ALT:
- Type: post
- Parameter:
- url: ${sonyapp}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setActiveApp'
- id: 601
- params:
- - uri: 'com.sony.dtv.com.sony.dtv.my5launcher.com.sony.dtv.my5launcher.MainActivity'
- version: '1.0'
- APP_YOUVIEW:
- Type: post
- Parameter:
- url: ${sonyapp}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setActiveApp'
- id: 601
- params:
- - uri: 'com.sony.dtv.sonyselect-com.sony.dtv.youview'
- version: '1.0'
- APP_BBCSOUNDS:
- Type: post
- Parameter:
- url: ${sonyapp}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setActiveApp'
- id: 601
- params:
- - uri: 'com.sony.dtv.sonyselect-bbs_sounds'
- version: '1.0'
- APP_RAKUTENTV:
- Type: post
- Parameter:
- url: ${sonyapp}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setActiveApp'
- id: 601
- params:
- - uri: 'com.sony.dtv.sonyselect-ES-WUAKI_NBIV'
- version: '1.0'
- APP_TVGUIDE:
- Type: post
- Parameter:
- url: ${sonyapp}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setActiveApp'
- id: 601
- params:
- - uri: 'com.sony.dtv.com.sony.dtv.tvxlauncher.programguide.com.sony.dtv.tvxlauncher.programguide.MainActivity'
- version: '1.0'
- APP_TV:
- Type: post
- Parameter:
- url: ${sonyapp}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setActiveApp'
- id: 601
- params:
- - uri: 'com.sony.dtv.com.sony.dtv.tvx.com.sony.dtv.tvx.MainActivity'
- version: '1.0'
- APP_RECORDEDLIST:
- Type: post
- Parameter:
- url: ${sonyapp}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setActiveApp'
- id: 601
- params:
- - uri: 'com.sony.dtv.com.sony.dtv.tvxlauncher.titlelist.com.sony.dtv.tvxlauncher.titlelist.MainActivity'
- version: '1.0'
- APP_DISNEY:
- Type: post
- Parameter:
- url: ${sonyapp}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setActiveApp'
- id: 601
- params:
- - uri: 'com.sony.dtv.com.disney.disneyplus.com.bamtechmedia.dominguez.main.MainActivity'
- version: '1.0'
- APP_APPLETV:
- Type: post
- Parameter:
- url: ${sonyapp}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setActiveApp'
- id: 601
- params:
- - uri: 'com.sony.dtv.com.apple.atve.androidtv.appletv.com.apple.atve.androidtv.appletv.MainActivity'
- version: '1.0'
- APP_NETFLIX:
- Type: post
- Parameter:
- url: ${sonyapp}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setActiveApp'
- id: 601
- params:
- - uri: 'com.sony.dtv.com.netflix.ninja.com.netflix.ninja.MainActivity'
- version: '1.0'
- APP_SONYSELECT:
- Type: post
- Parameter:
- url: ${sonyapp}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setActiveApp'
- id: 601
- params:
- - uri: 'com.sony.dtv.com.sony.dtv.sonyselect.com.sony.dtv.sonyselect.activities.LaunchActivity'
- version: '1.0'
- APP_TIMERS:
- Type: post
- Parameter:
- url: ${sonyapp}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setActiveApp'
- id: 601
- params:
- - uri: 'com.sony.dtv.com.sony.dtv.timers.com.sony.dtv.activity.TimersMainActivity'
- version: '1.0'
- APP_INTERNETBROWSE:
- Type: post
- Parameter:
- url: ${sonyapp}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setActiveApp'
- id: 601
- params:
- - uri: 'com.sony.dtv.com.vewd.core.integration.dia.com.vewd.core.integration.dia.SonyBrowserUiActivity'
- version: '1.0'
- APP_PLAYGAMES:
- Type: post
- Parameter:
- url: ${sonyapp}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setActiveApp'
- id: 601
- params:
- - uri: 'com.sony.dtv.com.google.android.play.games.com.google.android.apps.play.games.app.atv.features.home.HomeActivity'
- version: '1.0'
- APP_PLAYMOVIES:
- Type: post
- Parameter:
- url: ${sonyapp}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setActiveApp'
- id: 601
- params:
- - uri: 'com.sony.dtv.com.google.android.videos.com.google.android.videos.tv.presenter.activity.TvLauncherActivity'
- version: '1.0'
- APP_PLAYMUSIC:
- Type: post
- Parameter:
- url: ${sonyapp}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setActiveApp'
- id: 601
- params:
- - uri: 'com.sony.dtv.com.google.android.music.com.google.android.music.tv.HomeActivity'
- version: '1.0'
- APP_MYBRAVIA:
- Type: post
- Parameter:
- url: ${sonyapp}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setActiveApp'
- id: 601
- params:
- - uri: 'com.sony.dtv.com.sony.dtv.promos.com.sony.dtv.promos.MainActivity'
- version: '1.0'
- APP_PRIMEVIDEO:
- Type: post
- Parameter:
- url: ${sonyapp}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setActiveApp'
- id: 601
- params:
- - uri: 'com.sony.dtv.com.amazon.amazonvideo.livingroom.com.amazon.ignition.IgnitionActivity'
- version: '1.0'
- APP_PLAYSTORE:
- Type: post
- Parameter:
- url: ${sonyapp}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setActiveApp'
- id: 601
- params:
- - uri: 'com.sony.dtv.com.android.vending.com.google.android.finsky.tvmainactivity.TvMainActivity'
- version: '1.0'
- APP_MUSIC:
- Type: post
- Parameter:
- url: ${sonyapp}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setActiveApp'
- id: 601
- params:
- - uri: 'com.sony.dtv.com.sony.dtv.osat.music.com.sonyericsson.music.MusicActivity'
- version: '1.0'
- APP_YOUTUBE:
- Type: post
- Parameter:
- url: ${sonyapp}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setActiveApp'
- id: 601
- params:
- - uri: 'com.sony.dtv.com.google.android.youtube.tv.com.google.android.apps.youtube.tv.activity.ShellActivity'
- version: '1.0'
- APP_YOUTUBEMUSIC:
- Type: post
- Parameter:
- url: ${sonyapp}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setActiveApp'
- id: 601
- params:
- - uri: 'com.sony.dtv.com.google.android.youtube.tvmusic.com.google.android.apps.youtube.tvmusic.activity.MainActivity'
- version: '1.0'
- APP_HELP:
- Type: post
- Parameter:
- url: ${sonyapp}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setActiveApp'
- id: 601
- params:
- - uri: 'com.sony.dtv.com.sony.dtv.smarthelp.com.sony.dtv.smarthelp.activity.MainActivity'
- version: '1.0'
- WOL_ON:
- Type: post
- Parameter:
- url: ${sonysystem}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setWolMode'
- id: 55
- params:
- - enabled: True
- version: '1.0'
- WOL_OFF:
- Type: post
- Parameter:
- url: ${sonysystem}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setWolMode'
- id: 55
- params:
- - enabled: False
- version: '1.0'
- AUDIO_SPEAKER:
- Type: post
- Parameter:
- url: ${sonyaudio}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setSoundSettings'
- id: 5
- params:
- - value: 'speaker'
- target: 'outputTerminal'
- version: '1.1'
- AUDIO_SPEAKER_HDMI:
- Type: post
- Parameter:
- url: ${sonyaudio}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setSoundSettings'
- id: 5
- params:
- - value: 'speaker_hdmi'
- target: 'outputTerminal'
- version: '1.1'
- AUDIO_HDMI:
- Type: post
- Parameter:
- url: ${sonyaudio}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setSoundSettings'
- id: 5
- params:
- - value: 'hdmi'
- target: 'outputTerminal'
- version: '1.1'
- AUDIO_AUDIOSYSTEM:
- Type: post
- Parameter:
- url: ${sonyaudio}
- headers:
- Content-Type: application/json
- X-Auth-PSK: ${sonyauth}
- json:
- method: 'setSoundSettings'
- id: 5
- params:
- - value: 'audioSystem'
- target: 'outputTerminal'
- version: '1.1'
- Selects:
- INPUTS:
- - HDMI_INPUT_1
- - HDMI_INPUT_2
- - HDMI_INPUT_3
- - HDMI_INPUT_4
- - COMP_INPUT_1
- - SCREEN_MIRROR
- - VIDEO_2
- LED MODE:
- - LED_OFF
- - LED_ON_AUTO
- - LED_ON_DARK
- - LED_ON_SIMPLE
- - LED_ON_DEMO
Advertisement