nicoduj / homebridge-harmony

Harmony websocket plugin for homebridge
The Unlicense
212 stars 23 forks source link

[Question] What is this Icon? #168

Closed m4d-maNu closed 5 years ago

m4d-maNu commented 5 years ago

Hi, I have 1.0.4 and the Plugin works fine but what is this for an Icon with the house?

IMG_3360

Its called Apple TV but it is from the harmony Plugin.

IMG_39E29C10B481-1

And it'only from the "wohnzimmer" harmony hub. My config would be like that:

"platforms": [{
        "platform": "HarmonyHubWebSocket",
        "name": "Wohnzimmer Harmony",
        "hubIP": "192.168.1.24",
        "TVPlatformMode": true,
        "mainActivity": "Television",
        "showTurnOffActivity": true,
        "TVAccessory": true,
        "switchAccessories": true,
        "publishSwitchActivitiesAsIndividualAccessories": false,
        "addAllActivitiesToSkippedIfSameStateActivitiesList": true,
        "otherPlatforms": [{
            "name": "Schlafzimmer Harmony",
            "hubIP": "192.168.1.25",
            "TVPlatformMode": true,
            "mainActivity": "Television",
            "showTurnOffActivity": true,
            "TVAccessory": true,
            "switchAccessories": true,
            "publishSwitchActivitiesAsIndividualAccessories": false,
            "addAllActivitiesToSkippedIfSameStateActivitiesList": true
        }]
    }]

btw. why hide the actitivites switches in iOS13 and in iOS12 not?

nicoduj commented 5 years ago

Hi,

Is it in IOS 13 or IOS 12 that you see this additionnal "accessory" (it does nothing, right ?) ? It could be related to IOS 13 behavior, or maybe to a corrupted cache file in homebridge, maybe due to multiple launches and renaming of platform name / devices. By the way, what means "Ein" ? (sorry, don't speak german).

Concerning the hiding of activities switch in IOS13, it is related to IOS13 behavior of regrouping services from a single accessory. I didn't make a lot of tests yet in IOS 13, but option publishSwitchActivitiesAsIndividualAccessories should change the beahvior if set to true .

I ma interested into your logs at startup to maybe better understand what is happening.

By the way, your config is not quite accurate, some options are not expected :

"platforms": [{
        "platform": "HarmonyHubWebSocket",
        "name": "Wohnzimmer Harmony",
        "hubIP": "192.168.1.24",
        "mainActivity": "Television",
        "showTurnOffActivity": true,
        "switchAccessories": true,
        "publishSwitchActivitiesAsIndividualAccessories": false,
        "addAllActivitiesToSkippedIfSameStateActivitiesList": true,
        "otherPlatforms": [{
            "name": "Schlafzimmer Harmony",
            "hubIP": "192.168.1.25",
            "mainActivity": "Television",
            "showTurnOffActivity": true,
            "switchAccessories": true,
            "publishSwitchActivitiesAsIndividualAccessories": false,
            "addAllActivitiesToSkippedIfSameStateActivitiesList": true
        }]
    }]
m4d-maNu commented 5 years ago

Is it in IOS 13 or IOS 12 that you see this additionnal "accessory" (it does nothing, right ?)

It in iOS12 (the Screenshot in the last post is from iOS12). And correct, its do nothing.

It could be related to IOS 13 behavior, or maybe to a corrupted cache file in homebridge, maybe due to multiple launches and renaming of platform name / devices.

I deleted the cache from homebridge an restartet it and now is this "accessory" away.

By the way, what means "Ein" ? (sorry, don't speak german).

"Ein" or "Eingeschaltet" is the german word for "ON" or "Switched on"

Concerning the hiding of activities switch in IOS13, it is related to IOS13 behavior of regrouping services from a single accessory.

Okay, thanks for this information.

but option publishSwitchActivitiesAsIndividualAccessories should change the beahvior if set to true .

Ok, that's how it works. But I had to delete my cache from Homebridge, otherwise I would have double switches.

I ma interested into your logs at startup to maybe better understand what is happening.

Okay, this is the complet log with -D

sudo homebridge -U ~/.homebridge-harmony -D
[2019-8-20 1:33:43 PM] Loaded config.json with 0 accessories and 1 platforms.
[2019-8-20 1:33:43 PM] ---
[2019-8-20 1:33:43 PM] Plugin /usr/local/lib/node_modules/homebridge-lib package.json does not contain the keyword 'homebridge-plugin'.
[2019-8-20 1:33:43 PM] Loaded plugin: homebridge-harmony
[2019-8-20 1:33:43 PM] Registering platform 'homebridge-harmonyHub.HarmonyHubWebSocket'
[2019-8-20 1:33:43 PM] ---
[2019-8-20 1:33:43 PM] Loading 1 platforms...
[2019-8-20 1:33:43 PM] [Wohnzimmer Harmony] Initializing HarmonyHubWebSocket platform...
[2019-8-20 1:33:43 PM] [Wohnzimmer Harmony] HarmonyPlatform Init
[2019-8-20 1:33:43 PM] [Wohnzimmer Harmony] INFO : following activites controls will be ignored if they are in the same state : ALL
[2019-8-20 1:33:43 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)(Wohnzimmer Harmony)INFO - playPause option set to false
[2019-8-20 1:33:43 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)INFO - input visibility file does not exist
[2019-8-20 1:33:43 PM] [Wohnzimmer Harmony] INFO : following activites controls will be ignored if they are in the same state : ALL
[2019-8-20 1:33:43 PM] [Wohnzimmer Harmony] (Schlafzimmer Harmony)(Schlafzimmer Harmony)INFO - playPause option set to false
[2019-8-20 1:33:43 PM] [Wohnzimmer Harmony] (Schlafzimmer Harmony)INFO - input visibility file does not exist
[2019-8-20 1:33:43 PM] Loading 0 accessories...
[2019-8-20 1:33:43 PM] [Wohnzimmer Harmony] Schlafzimmer Harmony-TV Got cached Accessory 219df277-9285-43d9-ac2a-de1d730d410f for Schlafzimmer Harmony
[2019-8-20 1:33:43 PM] [Wohnzimmer Harmony] WARNING - configureAccessory - TV accessory added in your bridge from cache, if another plugin is exposing a TV accessory this one might not be visible in your remote widget
[2019-8-20 1:33:43 PM] [Wohnzimmer Harmony] Schlafzimmer Harmony-PowerOff Got cached Accessory 86ee217c-de33-4135-814d-52459c2b3554 for Schlafzimmer Harmony
[2019-8-20 1:33:43 PM] [Wohnzimmer Harmony] Wohnzimmer Harmony-PowerOff Got cached Accessory f63d3f3b-f18f-4c69-a6bd-376bb6c0c7bd for Wohnzimmer Harmony
[2019-8-20 1:33:43 PM] [Wohnzimmer Harmony] Schlafzimmer Harmony-AirPlay Audio Got cached Accessory b5af402e-17fb-48ff-8910-a73978b1e3ba for Schlafzimmer Harmony
[2019-8-20 1:33:43 PM] [Wohnzimmer Harmony] Schlafzimmer Harmony-Television Got cached Accessory b6f42e7d-4419-47f3-b38d-61029e98d087 for Schlafzimmer Harmony
[2019-8-20 1:33:43 PM] [Wohnzimmer Harmony] Schlafzimmer Harmony-Amazon Fire TV Got cached Accessory 18c32515-29ba-404c-99a0-25176d3f4bfa for Schlafzimmer Harmony
[2019-8-20 1:33:43 PM] [Wohnzimmer Harmony] Schlafzimmer Harmony-Plex Got cached Accessory e78e7e53-d41a-48c1-a438-698a4f728e5e for Schlafzimmer Harmony
[2019-8-20 1:33:43 PM] [Wohnzimmer Harmony] Schlafzimmer Harmony-AirPlay Mirroring Got cached Accessory 34d5b995-a2f3-444e-bdde-692ed624979e for Schlafzimmer Harmony
[2019-8-20 1:33:43 PM] [Wohnzimmer Harmony] Wohnzimmer Harmony-Amazon Fire TV Got cached Accessory 6021002c-b69c-48f2-b756-5f5bf3c88e50 for Wohnzimmer Harmony
[2019-8-20 1:33:43 PM] [Wohnzimmer Harmony] Wohnzimmer Harmony-Radio Got cached Accessory 5dfb8812-361b-421e-b5ab-1501010991e5 for Wohnzimmer Harmony
[2019-8-20 1:33:43 PM] [Wohnzimmer Harmony] Wohnzimmer Harmony-AirPlay Mirroring Got cached Accessory 32bc63f3-9e52-43b6-922a-a1c6cf4f3db1 for Wohnzimmer Harmony
[2019-8-20 1:33:43 PM] [Wohnzimmer Harmony] Wohnzimmer Harmony-AirPlay Audio Got cached Accessory 0cb5cf35-3eb6-4edf-ab30-c82991630cc5 for Wohnzimmer Harmony
[2019-8-20 1:33:43 PM] [Wohnzimmer Harmony] Wohnzimmer Harmony-Apple TV Got cached Accessory 715bdab2-61d5-4838-9fbd-443e3f73cb69 for Wohnzimmer Harmony
[2019-8-20 1:33:43 PM] [Wohnzimmer Harmony] Wohnzimmer Harmony-Television Got cached Accessory 1e3e2478-b9a2-48bf-8e06-fdd88ff6e65d for Wohnzimmer Harmony
[2019-8-20 1:33:43 PM] [Wohnzimmer Harmony] Wohnzimmer Harmony-Plex Got cached Accessory 0ca36212-5e51-4b93-b33a-3e5df25221d0 for Wohnzimmer Harmony
[2019-8-20 1:33:43 PM] [Wohnzimmer Harmony] Wohnzimmer Harmony-PS4 BluRay Got cached Accessory 6d158885-f03a-4564-83de-09fd156b8944 for Wohnzimmer Harmony
Setup Payload:
X-HM://xxxxxxxxxxxx
Scan this code with your HomeKit app on your iOS device to pair with Homebridge:
####
####                                                    
Or enter this code with your HomeKit app on your iOS device to pair with Homebridge:

    ┌────────────┐     
    │ xxx-xx-xxx │     
    └────────────┘     

[2019-8-20 1:33:43 PM] [Wohnzimmer Harmony] DidFinishLaunching
[2019-8-20 1:33:43 PM] [Wohnzimmer Harmony] INFO - Loading activities...
[2019-8-20 1:33:43 PM] [Wohnzimmer Harmony] INFO - Loading activities...
[2019-8-20 1:33:43 PM] Homebridge is running on port 51899.
[2019-8-20 1:33:43 PM] [Wohnzimmer Harmony] INFO - socket opened
[2019-8-20 1:33:43 PM] [Wohnzimmer Harmony] INFO - socket opened
[2019-8-20 1:33:44 PM] [Wohnzimmer Harmony] INFO - Hub config : {"cmd":"vnd.logitech.harmony/vnd.logitech.harmony.engine?config","code":200,"id":"0.8514500675457126","msg":"OK","data":{"dataConsent":false,"sequence":[{"id":"719720","name":"PIN"}],"global":{"timeStampHash":"62a9620a-92c3-4e97-9432-beade1417c5de244dada-ad39-4bee-b94d-6f1b3762678e/e66eb7f9-659b-4ea8-8dd7-26b151dd690752988d37-daaf-4cb1-a598-2ff5ee2dfc5725cceef1-1cc5-40ee-982f-fd777c5ddc5a9676339Schlafzimmer-HarmonyHubde-DEm4d.manu@me.comDE0-1657825520False1739715412europe%2fberlineurope%2fberlinTrue-8178393411;b17ba82dd75e3dbcb453f4a401684461","locale":"de-DE"},"device":[{"label":"Sagemcom-DVR","deviceAddedDate":"/Date(1482265685767+0000)/","ControlPort":7,"contentProfileKey":40643603,"deviceProfileUri":"svcs.myharmony.com/res/device/40643603-l/pVtxa6Leb3ZloQ5zd/z1j+cIVhjBCGVyTxT7XIMsk=","manufacturer":"Sagemcom","icon":"18","Capabilities":[1,3,5,6],"deviceTypeDisplayName":"PVR","powerFeatures":[],"isManualPower":"false","controlGroup":[{"name":"Power","function":[{"action":"{\"command\":\"PowerToggle\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"PowerToggle","label":"Power Toggle"}]},{"name":"NumericBasic","function":[{"action":"{\"command\":\"0\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Number0","label":"0"},{"action":"{\"command\":\"1\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Number1","label":"1"},{"action":"{\"command\":\"2\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Number2","label":"2"},{"action":"{\"command\":\"3\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Number3","label":"3"},{"action":"{\"command\":\"4\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Number4","label":"4"},{"action":"{\"command\":\"5\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Number5","label":"5"},{"action":"{\"command\":\"6\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Number6","label":"6"},{"action":"{\"command\":\"7\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Number7","label":"7"},{"action":"{\"command\":\"8\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Number8","label":"8"},{"action":"{\"command\":\"9\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Number9","label":"9"}]},{"name":"Volume","function":[{"action":"{\"command\":\"Mute\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Mute","label":"Mute"},{"action":"{\"command\":\"VolumeDown\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"VolumeDown","label":"Volume Down"},{"action":"{\"command\":\"VolumeUp\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"VolumeUp","label":"Volume Up"}]},{"name":"Channel","function":[{"action":"{\"command\":\"ChannelPrev\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"PrevChannel","label":"Prev Channel"},{"action":"{\"command\":\"ChannelDown\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"ChannelDown","label":"Channel Down"},{"action":"{\"command\":\"ChannelUp\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"ChannelUp","label":"Channel Up"}]},{"name":"NavigationBasic","function":[{"action":"{\"command\":\"DirectionDown\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"DirectionDown","label":"Direction Down"},{"action":"{\"command\":\"DirectionLeft\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"DirectionLeft","label":"Direction Left"},{"action":"{\"command\":\"DirectionRight\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"DirectionRight","label":"Direction Right"},{"action":"{\"command\":\"DirectionUp\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"DirectionUp","label":"Direction Up"},{"action":"{\"command\":\"Ok\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Select","label":"Select"}]},{"name":"TransportBasic","function":[{"action":"{\"command\":\"Stop\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Stop","label":"Stop"},{"action":"{\"command\":\"Play\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Play","label":"Play"},{"action":"{\"command\":\"Rewind\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Rewind","label":"Rewind"},{"action":"{\"command\":\"Pause\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Pause","label":"Pause"},{"action":"{\"command\":\"FastForward\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"FastForward","label":"Fast Forward"}]},{"name":"TransportRecording","function":[{"action":"{\"command\":\"Record\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Record","label":"Record"}]},{"name":"NavigationDVD","function":[{"action":"{\"command\":\"Menu\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Menu","label":"Menu"}]},{"name":"Teletext","function":[{"action":"{\"command\":\"Teletext\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Teletext","label":"Teletext"}]},{"name":"NavigationDSTB","function":[{"action":"{\"command\":\"DVR\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"List","label":"List"},{"action":"{\"command\":\"Search\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Search","label":"Search"}]},{"name":"ColoredButtons","function":[{"action":"{\"command\":\"Green\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Green","label":"Green"},{"action":"{\"command\":\"Red\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Red","label":"Red"},{"action":"{\"command\":\"Blue\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Blue","label":"Blue"},{"action":"{\"command\":\"Yellow\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Yellow","label":"Yellow"}]},{"name":"NavigationExtended","function":[{"action":"{\"command\":\"Guide\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Guide","label":"Guide"},{"action":"{\"command\":\"Info\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Info","label":"Info"},{"action":"{\"command\":\"Exit\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Exit","label":"Exit"}]},{"name":"Miscellaneous","function":[{"action":"{\"command\":\"Option\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Option","label":"Option"},{"action":"{\"command\":\"Recordings\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Recordings","label":"Recordings"},{"action":"{\"command\":\"SelectVideo\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"SelectVideo","label":"SelectVideo"},{"action":"{\"command\":\"Tv\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Tv","label":"Tv"},{"action":"{\"command\":\"TvRadio\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"TvRadio","label":"TvRadio"},{"action":"{\"command\":\"TvVideo\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"TvVideo","label":"TvVideo"}]}],"model":"RCI88-320KDG","IsKeyboardAssociated":false,"DongleRFID":0,"id":"40643603","type":"PVR","suggestedDisplay":"DEFAULT","Transport":1},{"label":"Amazon Fire TV Stick","deviceAddedDate":"/Date(1519233713090+0000)/","ControlPort":1,"contentProfileKey":52742231,"deviceProfileUri":"svcs.myharmony.com/res/device/52742231-p42GpgYCjoUQOJ0ThVCghFxNY+1nhbKrDWZbJcrNo3o=","manufacturer":"Amazon","icon":"64","Capabilities":[5,32,17,16,69,71],"deviceTypeDisplayName":"MediaPlayer","powerFeatures":{"PowerOffActions":[{"__type":"IRPressAction","IRCommandName":"Sleep","Order":0,"Duration":0,"ActionId":0}],"PowerOnActions":[{"__type":"IRPressAction","IRCommandName":"Home","Order":0,"Duration":0,"ActionId":0}]},"isManualPower":"false","uuid":"3fa7198f-8d45-c40b-ffff-ffff93812c83","id":"52742231","controlGroup":[{"name":"NavigationBasic","function":[{"action":"{\"command\":\"DirectionDown\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"DirectionDown","label":"Direction Down"},{"action":"{\"command\":\"DirectionLeft\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"DirectionLeft","label":"Direction Left"},{"action":"{\"command\":\"DirectionRight\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"DirectionRight","label":"Direction Right"},{"action":"{\"command\":\"DirectionUp\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"DirectionUp","label":"Direction Up"},{"action":"{\"command\":\"OK\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Select","label":"Select"}]},{"name":"TransportBasic","function":[{"action":"{\"command\":\"Stop\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Stop","label":"Stop"},{"action":"{\"command\":\"Play\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Play","label":"Play"},{"action":"{\"command\":\"Rewind\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Rewind","label":"Rewind"},{"action":"{\"command\":\"Pause\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Pause","label":"Pause"},{"action":"{\"command\":\"FastForward\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"FastForward","label":"Fast Forward"}]},{"name":"TransportExtended","function":[{"action":"{\"command\":\"SkipBack\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"SkipBackward","label":"Skip Backward"},{"action":"{\"command\":\"SkipForward\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"SkipForward","label":"Skip Forward"}]},{"name":"NavigationDVD","function":[{"action":"{\"command\":\"Menu\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Menu","label":"Menu"},{"action":"{\"command\":\"Back\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Back","label":"Back"}]},{"name":"Setup","function":[{"action":"{\"command\":\"Sleep\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Sleep","label":"Sleep"}]},{"name":"NavigationExtended","function":[{"action":"{\"command\":\"Exit\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Exit","label":"Exit"}]},{"name":"GoogleTVNavigation","function":[{"action":"{\"command\":\"Delete\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Delete","label":"Backspace"}]},{"name":"Miscellaneous","function":[{"action":"{\"command\":\"Home\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Home","label":"Home"}]}],"type":"Default","BTAddress":"50:DC:E7:0C:89:66","DongleRFID":0,"model":"Fire TV","IsKeyboardAssociated":true,"suggestedDisplay":"DEFAULT","Transport":32},{"label":"Samsung-Fernseher","deviceAddedDate":"/Date(1482265685760+0000)/","ControlPort":7,"contentProfileKey":40643599,"deviceProfileUri":"svcs.myharmony.com/res/device/40643599-JSQFQpLaOFkJSz4i9HPx8v2TU1+JK8Ls/yLxal+i7vk=","manufacturer":"Samsung","icon":"1","Capabilities":[1,2,3,5,8,16,24],"deviceTypeDisplayName":"Television","powerFeatures":{"PowerOffActions":[{"__type":"IRPressAction","IRCommandName":"PowerOff","Order":0,"Duration":0,"ActionId":0}],"PowerOnActions":[{"__type":"IRPressAction","IRCommandName":"PowerOn","Order":0,"Duration":0,"ActionId":0}]},"isManualPower":"false","controlGroup":[{"name":"Power","function":[{"action":"{\"command\":\"PowerOff\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"PowerOff","label":"Power Off"},{"action":"{\"command\":\"PowerOn\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"PowerOn","label":"Power On"},{"action":"{\"command\":\"PowerToggle\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"PowerToggle","label":"Power Toggle"}]},{"name":"NumericBasic","function":[{"action":"{\"command\":\"0\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Number0","label":"0"},{"action":"{\"command\":\"1\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Number1","label":"1"},{"action":"{\"command\":\"2\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Number2","label":"2"},{"action":"{\"command\":\"3\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Number3","label":"3"},{"action":"{\"command\":\"4\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Number4","label":"4"},{"action":"{\"command\":\"5\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Number5","label":"5"},{"action":"{\"command\":\"6\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Number6","label":"6"},{"action":"{\"command\":\"7\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Number7","label":"7"},{"action":"{\"command\":\"8\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Number8","label":"8"},{"action":"{\"command\":\"9\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Number9","label":"9"}]},{"name":"Volume","function":[{"action":"{\"command\":\"Mute\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Mute","label":"Mute"},{"action":"{\"command\":\"VolumeDown\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"VolumeDown","label":"Volume Down"},{"action":"{\"command\":\"VolumeUp\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"VolumeUp","label":"Volume Up"}]},{"name":"Channel","function":[{"action":"{\"command\":\"Pre-Ch\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"PrevChannel","label":"Prev Channel"},{"action":"{\"command\":\"ChannelDown\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"ChannelDown","label":"Channel Down"},{"action":"{\"command\":\"ChannelUp\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"ChannelUp","label":"Channel Up"}]},{"name":"NavigationBasic","function":[{"action":"{\"command\":\"DirectionDown\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"DirectionDown","label":"Direction Down"},{"action":"{\"command\":\"DirectionLeft\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"DirectionLeft","label":"Direction Left"},{"action":"{\"command\":\"DirectionRight\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"DirectionRight","label":"Direction Right"},{"action":"{\"command\":\"DirectionUp\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"DirectionUp","label":"Direction Up"},{"action":"{\"command\":\"Select\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Select","label":"Select"}]},{"name":"TransportBasic","function":[{"action":"{\"command\":\"Stop\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Stop","label":"Stop"},{"action":"{\"command\":\"Play\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Play","label":"Play"},{"action":"{\"command\":\"Rewind\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Rewind","label":"Rewind"},{"action":"{\"command\":\"Pause\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Pause","label":"Pause"},{"action":"{\"command\":\"FastForward\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"FastForward","label":"Fast Forward"}]},{"name":"TransportRecording","function":[{"action":"{\"command\":\"Record\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Record","label":"Record"}]},{"name":"TransportExtended","function":[{"action":"{\"command\":\"SkipBack\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"SkipBackward","label":"Skip Backward"},{"action":"{\"command\":\"SkipForward\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"SkipForward","label":"Skip Forward"}]},{"name":"NavigationDVD","function":[{"action":"{\"command\":\"Return\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Return","label":"Return"},{"action":"{\"command\":\"Menu\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Menu","label":"Menu"},{"action":"{\"command\":\"Subtitle\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Subtitle","label":"Subtitle"}]},{"name":"Teletext","function":[{"action":"{\"command\":\"Ttx\\/Mix\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Teletext","label":"Teletext"},{"action":"{\"command\":\"TeletextSize\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"TeletextSize","label":"Teletext Size"}]},{"name":"NavigationDSTB","function":[{"action":"{\"command\":\"C\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"C","label":"C"},{"action":"{\"command\":\"B\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"B","label":"B"},{"action":"{\"command\":\"D\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"D","label":"D"},{"action":"{\"command\":\"A\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"A","label":"A"},{"action":"{\"command\":\"Search\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Search","label":"Search"}]},{"name":"ColoredButtons","function":[{"action":"{\"command\":\"Green\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Green","label":"Green"},{"action":"{\"command\":\"Red\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Red","label":"Red"},{"action":"{\"command\":\"Blue\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Blue","label":"Blue"},{"action":"{\"command\":\"Yellow\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Yellow","label":"Yellow"}]},{"name":"NavigationExtended","function":[{"action":"{\"command\":\"Guide\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Guide","label":"Guide"},{"action":"{\"command\":\"Info\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Info","label":"Info"},{"action":"{\"command\":\"Exit\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Exit","label":"Exit"}]},{"name":"DisplayMode","function":[{"action":"{\"command\":\"P.Size\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Aspect","label":"Aspect"}]},{"name":"Miscellaneous","function":[{"action":"{\"command\":\"3D\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"3D","label":"3D"},{"action":"{\"command\":\"3Speed\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"3Speed","label":"3Speed"},{"action":"{\"command\":\"AD\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"AD","label":"AD"},{"action":"{\"command\":\"ChList\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"ChList","label":"ChList"},{"action":"{\"command\":\"EManual\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"EManual","label":"EManual"},{"action":"{\"command\":\"ExitApp\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"ExitApp","label":"ExitApp"},{"action":"{\"command\":\"Factory\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Factory","label":"Factory"},{"action":"{\"command\":\"InputAv\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"InputAv","label":"InputAv"},{"action":"{\"command\":\"InputComponent\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"InputComponent","label":"InputComponent"},{"action":"{\"command\":\"InputExt1\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"InputExt1","label":"InputExt1"},{"action":"{\"command\":\"InputExt2\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"InputExt2","label":"InputExt2"},{"action":"{\"command\":\"InputHdmi1\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"InputHdmi1","label":"InputHdmi1"},{"action":"{\"command\":\"InputHdmi2\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"InputHdmi2","label":"InputHdmi2"},{"action":"{\"command\":\"InputHdmi3\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"InputHdmi3","label":"InputHdmi3"},{"action":"{\"command\":\"InputHdmi4\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"InputHdmi4","label":"InputHdmi4"},{"action":"{\"command\":\"InputPc\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"InputPc","label":"InputPc"},{"action":"{\"command\":\"InputTv\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"InputTv","label":"InputTv"},{"action":"{\"command\":\"InputUsb\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"InputUsb","label":"InputUsb"},{"action":"{\"command\":\"SmartHub\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"SmartHub","label":"SmartHub"},{"action":"{\"command\":\"SocialTv\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"SocialTv","label":"SocialTv"},{"action":"{\"command\":\"Source\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Source","label":"Source"},{"action":"{\"command\":\"TeletextCancel\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"TeletextCancel","label":"TeletextCancel"},{"action":"{\"command\":\"TeletextHold\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"TeletextHold","label":"TeletextHold"},{"action":"{\"command\":\"TeletextIndex\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"TeletextIndex","label":"TeletextIndex"},{"action":"{\"command\":\"TeletextMode\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"TeletextMode","label":"TeletextMode"},{"action":"{\"command\":\"TeletextNextPage\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"TeletextNextPage","label":"TeletextNextPage"},{"action":"{\"command\":\"TeletextPreviousPage\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"TeletextPreviousPage","label":"TeletextPreviousPage"},{"action":"{\"command\":\"TeletextReveal\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"TeletextReveal","label":"TeletextReveal"},{"action":"{\"command\":\"TeletextStore\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"TeletextStore","label":"TeletextStore"},{"action":"{\"command\":\"TeletextSubPage\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"TeletextSubPage","label":"TeletextSubPage"},{"action":"{\"command\":\"Tools\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Tools","label":"Tools"}]}],"model":"UE46D8090","IsKeyboardAssociated":false,"DongleRFID":0,"id":"40643599","type":"Television","suggestedDisplay":"DEFAULT","Transport":1}],"sla":{"latestSLAAccepted":true,"latestSLAAcceptedDate":"/Date(1523626682613+0000)/"},"content":{"contentUserHost":"https://content.dhg.myharmony.com/1.0/User;{userProfileUri}","contentDeviceHost":"https://content.dhg.myharmony.com/1.0/Device;{deviceProfileUri}","contentServiceHost":"https://content.dhg.myharmony.com/1.0/Service/{providerId}","contentImageHost":"https://d1tk8oqnnsddt5.cloudfront.net/1.0/station/{stationId}/image;maxX=40;maxY=40","householdUserProfileUri":"svcs.myharmony.com/res//household/6202133-NiX/edn3lQlAX/usDJXG/py48mh4Yo52x8Noa+JDtOY=/user/default"},"activity":[{"rules":[],"sequences":[],"isTuningDefault":false,"activityTypeDisplayName":"Default","KeyboardTextEntryActivityRole":"52742231","enterActions":[{"name":"SendCommand","parameters":{"Command":"tools","Modifier":"press","DeviceId":"40643599"}},{"name":"SendDelay","parameters":{"DelayValue":1000}},{"name":"SendCommand","parameters":{"Command":"directionup","Modifier":"press","DeviceId":"40643599"}},{"name":"SendDelay","parameters":{"DelayValue":1000}},{"name":"SendCommand","parameters":{"Command":"select","Modifier":"press","DeviceId":"40643599"}}],"fixit":{"40643599":{"Input":"HDMI 2","id":"40643599","Power":"On"},"40643603":{"id":"40643603","isRelativePower":true,"isRelativeInput":true,"Power":"Off"},"52742231":{"id":"52742231","Power":"On"}},"icon":"userdata: 0x4454c8","zones":null,"suggestedDisplay":"WatchFireTV","isAVActivity":true,"id":"34615073","baseImageUri":"https://rcbu-test-ssl-amr.s3.amazonaws.com/","controlGroup":[{"name":"Volume","function":[{"action":"{\"command\":\"Mute\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Mute","label":"Mute"},{"action":"{\"command\":\"VolumeDown\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"VolumeDown","label":"Volume Down"},{"action":"{\"command\":\"VolumeUp\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"VolumeUp","label":"Volume Up"}]},{"name":"NavigationBasic","function":[{"action":"{\"command\":\"DirectionDown\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"DirectionDown","label":"Direction Down"},{"action":"{\"command\":\"DirectionLeft\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"DirectionLeft","label":"Direction Left"},{"action":"{\"command\":\"DirectionRight\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"DirectionRight","label":"Direction Right"},{"action":"{\"command\":\"DirectionUp\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"DirectionUp","label":"Direction Up"},{"action":"{\"command\":\"OK\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Select","label":"Select"}]},{"name":"TransportBasic","function":[{"action":"{\"command\":\"Stop\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Stop","label":"Stop"},{"action":"{\"command\":\"Play\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Play","label":"Play"},{"action":"{\"command\":\"Rewind\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Rewind","label":"Rewind"},{"action":"{\"command\":\"Pause\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Pause","label":"Pause"},{"action":"{\"command\":\"FastForward\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"FastForward","label":"Fast Forward"}]},{"name":"TransportExtended","function":[{"action":"{\"command\":\"SkipBack\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"SkipBackward","label":"Skip Backward"},{"action":"{\"command\":\"SkipForward\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"SkipForward","label":"Skip Forward"}]},{"name":"NavigationDVD","function":[{"action":"{\"command\":\"Menu\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Menu","label":"Menu"},{"action":"{\"command\":\"Back\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Back","label":"Back"}]},{"name":"GameType3","function":[{"action":"{\"command\":\"Home\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Home","label":"Home"},{"action":"{\"command\":\"Home\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"SmartMenu","label":"Home"},{"action":"{\"command\":\"OK\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"SelectGame","label":"Select"}]},{"name":"NavigationExtended","function":[{"action":"{\"command\":\"Exit\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Exit","label":"Exit"},{"action":"{\"command\":\"Exit\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Exit","label":"Esc"}]},{"name":"DisplayMode","function":[{"action":"{\"command\":\"P.Size\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Aspect","label":"Aspect"}]},{"name":"Setup","function":[{"action":"{\"command\":\"Sleep\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Sleep","label":"Sleep"}]}],"isMultiZone":false,"VolumeActivityRole":"40643599","activityOrder":3,"roles":{"ControlsMediaPlayerActivityRole":"52742231","DisplayActivityRole":"40643599","VolumeActivityRole":"40643599","KeyboardTextEntryActivityRole":"52742231"},"imageKey":"Activity/8937085_2e20b236-edb5-792a-301c-0ef6ee784620.png","label":"AirPlay Audio","type":"VirtualGeneric"},{"type":"PowerOff","isAVActivity":false,"sequences":[],"id":"-1","activityTypeDisplayName":"Default","controlGroup":[],"suggestedDisplay":"Default","roles":[],"enterActions":[],"fixit":{"40643599":{"id":"40643599","Power":"Off"},"40643603":{"id":"40643603","isRelativePower":true,"isRelativeInput":true,"Power":"Off"},"52742231":{"id":"52742231","Power":"Off"}},"rules":[],"icon":"Default","label":"PowerOff"},{"rules":[],"sequences":["719720"],"isTuningDefault":true,"activityTypeDisplayName":"Default","ChannelChangingActivityRole":"40643603","enterActions":[],"fixit":{"40643599":{"Input":"HDMI 1/DVI","id":"40643599","Power":"On"},"40643603":{"isRelativeInput":true,"Power":"On","Input":"TV","id":"40643603","isRelativePower":true},"52742231":{"id":"52742231","Power":"Off"}},"icon":"userdata: 0x4454c8","zones":null,"suggestedDisplay":"WatchTV","isAVActivity":true,"id":"23348175","baseImageUri":"https://rcbu-test-ssl-amr.s3.amazonaws.com/","controlGroup":[{"name":"NumericBasic","function":[{"action":"{\"command\":\"0\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Number0","label":"0"},{"action":"{\"command\":\"1\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Number1","label":"1"},{"action":"{\"command\":\"2\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Number2","label":"2"},{"action":"{\"command\":\"3\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Number3","label":"3"},{"action":"{\"command\":\"4\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Number4","label":"4"},{"action":"{\"command\":\"5\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Number5","label":"5"},{"action":"{\"command\":\"6\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Number6","label":"6"},{"action":"{\"command\":\"7\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Number7","label":"7"},{"action":"{\"command\":\"8\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Number8","label":"8"},{"action":"{\"command\":\"9\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Number9","label":"9"}]},{"name":"Volume","function":[{"action":"{\"command\":\"Mute\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Mute","label":"Mute"},{"action":"{\"command\":\"VolumeDown\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"VolumeDown","label":"Volume Down"},{"action":"{\"command\":\"VolumeUp\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"VolumeUp","label":"Volume Up"}]},{"name":"Channel","function":[{"action":"{\"command\":\"ChannelPrev\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"PrevChannel","label":"Prev Channel"},{"action":"{\"command\":\"ChannelDown\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"ChannelDown","label":"Channel Down"},{"action":"{\"command\":\"ChannelUp\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"ChannelUp","label":"Channel Up"}]},{"name":"NavigationBasic","function":[{"action":"{\"command\":\"DirectionDown\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"DirectionDown","label":"Direction Down"},{"action":"{\"command\":\"DirectionLeft\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"DirectionLeft","label":"Direction Left"},{"action":"{\"command\":\"DirectionRight\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"DirectionRight","label":"Direction Right"},{"action":"{\"command\":\"DirectionUp\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"DirectionUp","label":"Direction Up"},{"action":"{\"command\":\"Ok\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Select","label":"Select"}]},{"name":"TransportBasic","function":[{"action":"{\"command\":\"Stop\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Stop","label":"Stop"},{"action":"{\"command\":\"Play\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Play","label":"Play"},{"action":"{\"command\":\"Rewind\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Rewind","label":"Rewind"},{"action":"{\"command\":\"Pause\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Pause","label":"Pause"},{"action":"{\"command\":\"FastForward\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"FastForward","label":"Fast Forward"}]},{"name":"TransportRecording","function":[{"action":"{\"command\":\"Record\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Record","label":"Record"}]},{"name":"NavigationDVD","function":[{"action":"{\"command\":\"Menu\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Menu","label":"Menu"}]},{"name":"NavigationDSTB","function":[{"action":"{\"command\":\"DVR\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"List","label":"List"},{"action":"{\"command\":\"Search\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Search","label":"Search"}]},{"name":"GameType3","function":[{"action":"{\"command\":\"Ok\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"SelectGame","label":"Select"}]},{"name":"NavigationExtended","function":[{"action":"{\"command\":\"Guide\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Guide","label":"Guide"},{"action":"{\"command\":\"Info\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Info","label":"Info"},{"action":"{\"command\":\"Exit\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Exit","label":"Exit"}]},{"name":"DisplayMode","function":[{"action":"{\"command\":\"P.Size\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Aspect","label":"Aspect"}]},{"name":"ColoredButtons","function":[{"action":"{\"command\":\"Green\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Green","label":"Green"},{"action":"{\"command\":\"Red\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Red","label":"Red"},{"action":"{\"command\":\"Blue\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Blue","label":"Blue"},{"action":"{\"command\":\"Yellow\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Yellow","label":"Yellow"}]},{"name":"Teletext","function":[{"action":"{\"command\":\"Teletext\",\"type\":\"IRCommand\",\"deviceId\":\"40643603\"}","name":"Teletext","label":"Teletext"}]}],"isMultiZone":false,"VolumeActivityRole":"40643599","activityOrder":0,"roles":{"ChannelChangingActivityRole":"40643603","DisplayActivityRole":"40643599","VolumeActivityRole":"40643599"},"imageKey":"Activity/8937085_b5a5c454-34be-c151-a8f6-b917ae6bc0d1.png","label":"Television","type":"VirtualTelevisionN"},{"rules":[],"sequences":[],"isTuningDefault":false,"activityTypeDisplayName":"Default","KeyboardTextEntryActivityRole":"52742231","enterActions":[{"name":"SendDelay","parameters":{"DelayValue":5000}},{"name":"SendCommand","parameters":{"Command":"home","Modifier":"press","DeviceId":"52742231"}}],"fixit":{"40643599":{"Input":"HDMI 2","id":"40643599","Power":"On"},"40643603":{"id":"40643603","isRelativePower":true,"isRelativeInput":true,"Power":"Off"},"52742231":{"id":"52742231","Power":"On"}},"baseImageUri":"https://rcbu-test-ssl-amr.s3.amazonaws.com/","zones":null,"type":"VirtualGeneric","isAVActivity":true,"id":"36078732","controlGroup":[{"name":"Volume","function":[{"action":"{\"command\":\"Mute\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Mute","label":"Mute"},{"action":"{\"command\":\"VolumeDown\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"VolumeDown","label":"Volume Down"},{"action":"{\"command\":\"VolumeUp\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"VolumeUp","label":"Volume Up"}]},{"name":"NavigationBasic","function":[{"action":"{\"command\":\"DirectionDown\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"DirectionDown","label":"Direction Down"},{"action":"{\"command\":\"DirectionLeft\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"DirectionLeft","label":"Direction Left"},{"action":"{\"command\":\"DirectionRight\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"DirectionRight","label":"Direction Right"},{"action":"{\"command\":\"DirectionUp\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"DirectionUp","label":"Direction Up"},{"action":"{\"command\":\"OK\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Select","label":"Select"}]},{"name":"TransportBasic","function":[{"action":"{\"command\":\"Stop\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Stop","label":"Stop"},{"action":"{\"command\":\"Play\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Play","label":"Play"},{"action":"{\"command\":\"Rewind\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Rewind","label":"Rewind"},{"action":"{\"command\":\"Pause\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Pause","label":"Pause"},{"action":"{\"command\":\"FastForward\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"FastForward","label":"Fast Forward"}]},{"name":"TransportExtended","function":[{"action":"{\"command\":\"SkipBack\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"SkipBackward","label":"Skip Backward"},{"action":"{\"command\":\"SkipForward\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"SkipForward","label":"Skip Forward"}]},{"name":"NavigationDVD","function":[{"action":"{\"command\":\"Menu\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Menu","label":"Menu"},{"action":"{\"command\":\"Back\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Back","label":"Back"}]},{"name":"GameType3","function":[{"action":"{\"command\":\"Home\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Home","label":"Home"},{"action":"{\"command\":\"Home\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"SmartMenu","label":"Home"},{"action":"{\"command\":\"OK\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"SelectGame","label":"Select"}]},{"name":"NavigationExtended","function":[{"action":"{\"command\":\"Exit\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Exit","label":"Exit"},{"action":"{\"command\":\"Exit\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Exit","label":"Esc"}]},{"name":"DisplayMode","function":[{"action":"{\"command\":\"P.Size\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Aspect","label":"Aspect"}]},{"name":"Setup","function":[{"action":"{\"command\":\"Sleep\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Sleep","label":"Sleep"}]}],"icon":"userdata: 0x4454c8","VolumeActivityRole":"40643599","isMultiZone":false,"roles":{"ControlsMediaPlayerActivityRole":"52742231","DisplayActivityRole":"40643599","VolumeActivityRole":"40643599","KeyboardTextEntryActivityRole":"52742231"},"suggestedDisplay":"WatchFireTV","label":"Amazon Fire TV","activityOrder":4},{"rules":[],"sequences":[],"isTuningDefault":false,"activityTypeDisplayName":"Default","KeyboardTextEntryActivityRole":"52742231","enterActions":[{"name":"SendCommand","parameters":{"Command":"home","Modifier":"press","DeviceId":"52742231"}},{"name":"SendDelay","parameters":{"DelayValue":1000}},{"name":"SendCommand","parameters":{"Command":"directiondown","Modifier":"press","DeviceId":"52742231"}},{"name":"SendCommand","parameters":{"Command":"directiondown","Modifier":"press","DeviceId":"52742231"}},{"name":"SendCommand","parameters":{"Command":"directiondown","Modifier":"press","DeviceId":"52742231"}},{"name":"SendCommand","parameters":{"Command":"ok","Modifier":"press","DeviceId":"52742231"}}],"fixit":{"40643599":{"Input":"HDMI 2","id":"40643599","Power":"On"},"40643603":{"id":"40643603","isRelativePower":true,"isRelativeInput":true,"Power":"Off"},"52742231":{"id":"52742231","Power":"On"}},"icon":"userdata: 0x4454c8","zones":null,"suggestedDisplay":"WatchFireTV","isAVActivity":true,"id":"32221096","baseImageUri":"https://rcbu-test-ssl-amr.s3.amazonaws.com/","controlGroup":[{"name":"Volume","function":[{"action":"{\"command\":\"Mute\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Mute","label":"Mute"},{"action":"{\"command\":\"VolumeDown\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"VolumeDown","label":"Volume Down"},{"action":"{\"command\":\"VolumeUp\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"VolumeUp","label":"Volume Up"}]},{"name":"NavigationBasic","function":[{"action":"{\"command\":\"DirectionDown\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"DirectionDown","label":"Direction Down"},{"action":"{\"command\":\"DirectionLeft\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"DirectionLeft","label":"Direction Left"},{"action":"{\"command\":\"DirectionRight\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"DirectionRight","label":"Direction Right"},{"action":"{\"command\":\"DirectionUp\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"DirectionUp","label":"Direction Up"},{"action":"{\"command\":\"OK\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Select","label":"Select"}]},{"name":"TransportBasic","function":[{"action":"{\"command\":\"Stop\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Stop","label":"Stop"},{"action":"{\"command\":\"Play\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Play","label":"Play"},{"action":"{\"command\":\"Rewind\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Rewind","label":"Rewind"},{"action":"{\"command\":\"Pause\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Pause","label":"Pause"},{"action":"{\"command\":\"FastForward\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"FastForward","label":"Fast Forward"}]},{"name":"TransportExtended","function":[{"action":"{\"command\":\"SkipBack\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"SkipBackward","label":"Skip Backward"},{"action":"{\"command\":\"SkipForward\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"SkipForward","label":"Skip Forward"}]},{"name":"NavigationDVD","function":[{"action":"{\"command\":\"Menu\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Menu","label":"Menu"},{"action":"{\"command\":\"Back\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Back","label":"Back"}]},{"name":"GameType3","function":[{"action":"{\"command\":\"Home\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Home","label":"Home"},{"action":"{\"command\":\"Home\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"SmartMenu","label":"Home"},{"action":"{\"command\":\"OK\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"SelectGame","label":"Select"}]},{"name":"NavigationExtended","function":[{"action":"{\"command\":\"Exit\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Exit","label":"Exit"},{"action":"{\"command\":\"Exit\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Exit","label":"Esc"}]},{"name":"DisplayMode","function":[{"action":"{\"command\":\"P.Size\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Aspect","label":"Aspect"}]},{"name":"Setup","function":[{"action":"{\"command\":\"Sleep\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Sleep","label":"Sleep"}]}],"isMultiZone":false,"VolumeActivityRole":"40643599","activityOrder":1,"roles":{"ControlsMediaPlayerActivityRole":"52742231","DisplayActivityRole":"40643599","VolumeActivityRole":"40643599","KeyboardTextEntryActivityRole":"52742231"},"imageKey":"Activity/8937085_5b890966-fce0-c5bc-f2ad-2416e77b91c1.png","label":"Plex","type":"VirtualGeneric"},{"rules":[],"sequences":[],"isTuningDefault":false,"activityTypeDisplayName":"Default","KeyboardTextEntryActivityRole":"52742231","enterActions":[],"fixit":{"40643599":{"Input":"HDMI 2","id":"40643599","Power":"On"},"40643603":{"id":"40643603","isRelativePower":true,"isRelativeInput":true,"Power":"Off"},"52742231":{"id":"52742231","Power":"On"}},"icon":"userdata: 0x4454c8","zones":null,"suggestedDisplay":"WatchFireTV","isAVActivity":true,"id":"32686239","baseImageUri":"https://rcbu-test-ssl-amr.s3.amazonaws.com/","controlGroup":[{"name":"Volume","function":[{"action":"{\"command\":\"Mute\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Mute","label":"Mute"},{"action":"{\"command\":\"VolumeDown\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"VolumeDown","label":"Volume Down"},{"action":"{\"command\":\"VolumeUp\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"VolumeUp","label":"Volume Up"}]},{"name":"NavigationBasic","function":[{"action":"{\"command\":\"DirectionDown\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"DirectionDown","label":"Direction Down"},{"action":"{\"command\":\"DirectionLeft\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"DirectionLeft","label":"Direction Left"},{"action":"{\"command\":\"DirectionRight\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"DirectionRight","label":"Direction Right"},{"action":"{\"command\":\"DirectionUp\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"DirectionUp","label":"Direction Up"},{"action":"{\"command\":\"OK\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Select","label":"Select"}]},{"name":"TransportBasic","function":[{"action":"{\"command\":\"Stop\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Stop","label":"Stop"},{"action":"{\"command\":\"Play\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Play","label":"Play"},{"action":"{\"command\":\"Rewind\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Rewind","label":"Rewind"},{"action":"{\"command\":\"Pause\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Pause","label":"Pause"},{"action":"{\"command\":\"FastForward\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"FastForward","label":"Fast Forward"}]},{"name":"TransportExtended","function":[{"action":"{\"command\":\"SkipBack\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"SkipBackward","label":"Skip Backward"},{"action":"{\"command\":\"SkipForward\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"SkipForward","label":"Skip Forward"}]},{"name":"NavigationDVD","function":[{"action":"{\"command\":\"Menu\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Menu","label":"Menu"},{"action":"{\"command\":\"Back\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Back","label":"Back"}]},{"name":"GameType3","function":[{"action":"{\"command\":\"Home\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Home","label":"Home"},{"action":"{\"command\":\"Home\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"SmartMenu","label":"Home"},{"action":"{\"command\":\"OK\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"SelectGame","label":"Select"}]},{"name":"NavigationExtended","function":[{"action":"{\"command\":\"Exit\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Exit","label":"Exit"},{"action":"{\"command\":\"Exit\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Exit","label":"Esc"}]},{"name":"DisplayMode","function":[{"action":"{\"command\":\"P.Size\",\"type\":\"IRCommand\",\"deviceId\":\"40643599\"}","name":"Aspect","label":"Aspect"}]},{"name":"Setup","function":[{"action":"{\"command\":\"Sleep\",\"type\":\"IRCommand\",\"deviceId\":\"52742231\"}","name":"Sleep","label":"Sleep"}]}],"isMultiZone":false,"VolumeActivityRole":"40643599","activityOrder":2,"roles":{"ControlsMediaPlayerActivityRole":"52742231","DisplayActivityRole":"40643599","VolumeActivityRole":"40643599","KeyboardTextEntryActivityRole":"52742231"},"imageKey":"Activity/8937085_d0da6868-2c09-f1a8-3d41-63a131a3d6c7.png","label":"AirPlay Mirroring","type":"VirtualGeneric"}]}}
[2019-8-20 1:33:44 PM] [Wohnzimmer Harmony] (Schlafzimmer Harmony)INFO - configuring Main TV Service
[2019-8-20 1:33:44 PM] [Wohnzimmer Harmony] (Schlafzimmer Harmony)INFO - accessories : main activity name : Television
[2019-8-20 1:33:44 PM] [Wohnzimmer Harmony] (Schlafzimmer Harmony)INFO - accessories : activity to configure : AirPlay Audio
[2019-8-20 1:33:44 PM] [Wohnzimmer Harmony] (Schlafzimmer Harmony)INFO - accessories : activity to configure : Television
[2019-8-20 1:33:44 PM] [Wohnzimmer Harmony] (Schlafzimmer Harmony)INFO - Configuring Main Activity Television
[2019-8-20 1:33:44 PM] [Wohnzimmer Harmony] (Schlafzimmer Harmony)INFO - accessories : activity to configure : Amazon Fire TV
[2019-8-20 1:33:44 PM] [Wohnzimmer Harmony] (Schlafzimmer Harmony)INFO - accessories : activity to configure : Plex
[2019-8-20 1:33:44 PM] [Wohnzimmer Harmony] (Schlafzimmer Harmony)INFO - accessories : activity to configure : AirPlay Mirroring
[2019-8-20 1:33:44 PM] [Wohnzimmer Harmony] (Schlafzimmer Harmony)INFO - Discovered Activity : AirPlay Audio
[2019-8-20 1:33:44 PM] [Wohnzimmer Harmony] (Schlafzimmer Harmony)INFO - Discovered Activity : PowerOff
[2019-8-20 1:33:44 PM] [Wohnzimmer Harmony] (Schlafzimmer Harmony)INFO - Discovered Activity : Television
[2019-8-20 1:33:44 PM] [Wohnzimmer Harmony] (Schlafzimmer Harmony)INFO - Discovered Activity : Amazon Fire TV
[2019-8-20 1:33:44 PM] [Wohnzimmer Harmony] (Schlafzimmer Harmony)INFO - Discovered Activity : Plex
[2019-8-20 1:33:44 PM] [Wohnzimmer Harmony] (Schlafzimmer Harmony)INFO - Discovered Activity : AirPlay Mirroring
[2019-8-20 1:33:45 PM] [Wohnzimmer Harmony] INFO - Hub config : {"cmd":"vnd.logitech.harmony/vnd.logitech.harmony.engine?config","code":200,"id":"0.7244376770362999","msg":"OK","data":{"dataConsent":false,"sequence":[{"id":"1300058","name":"Sunshine Live"},{"id":"1300056","name":"Rock Antenne"},{"id":"1300059","name":"Radio Galaxy"},{"id":"1300055","name":"Radio Gong"},{"id":"1213237","name":"Charivari"},{"id":"717950","name":"PIN"}],"global":{"timeStampHash":"dce66d64-7e39-4718-bbb1-d703370c97bce68e2a93-16cd-43b3-a43c-9750dc355881/682561ba-8b7e-4faf-9e1e-c3fa1f893c0c3f5add79-197b-48f5-9e6c-0fe6e165cfa26e982abd-fdd6-4fb9-b549-037d23b09c637542046Wohnzimmer-HarmonyHubde-DEm4d.manu@me.comDESilverlightWebClient01294419156False-2105152337europe%2fberlineurope%2fbrusselsTrue-8178393411;2bb6119ae08a30fb6ef9d7a9b96600f8","locale":"de-DE"},"device":[{"label":"Sony PS4","deviceAddedDate":"/Date(1447456825700+0000)/","ControlPort":7,"contentProfileKey":30847178,"deviceProfileUri":"svcs.myharmony.com/res/device/30847178-UzOfrHYkNqYjpXGBgvcoSYEa899vnExfvbib45QDdM4=","manufacturer":"Sony","icon":"23","Capabilities":[4,5,6,16,17],"deviceTypeDisplayName":"GameConsoleWithDvd","powerFeatures":{"PowerOffActions":[{"__type":"IRPressAction","IRCommandName":"PS","Order":0,"Duration":100,"ActionId":0},{"Order":2,"__type":"IRDelayAction","ActionId":3,"Delay":500},{"__type":"IRPressAction","IRCommandName":"DirectionRight","Order":3,"Duration":400,"ActionId":0},{"Order":4,"__type":"IRDelayAction","ActionId":3,"Delay":500},{"__type":"IRPressAction","IRCommandName":"PS","Order":5,"Duration":0,"ActionId":0},{"Order":6,"__type":"IRDelayAction","ActionId":3,"Delay":1000},{"__type":"IRPressAction","IRCommandName":"DirectionUp","Order":7,"Duration":1000,"ActionId":0},{"Order":8,"__type":"IRDelayAction","ActionId":3,"Delay":500},{"__type":"IRPressAction","IRCommandName":"DirectionRight","Order":9,"Duration":1500,"ActionId":0},{"Order":10,"__type":"IRDelayAction","ActionId":3,"Delay":1000},{"__type":"IRPressAction","IRCommandName":"OK","Order":11,"Duration":300,"ActionId":0},{"Order":12,"__type":"IRDelayAction","ActionId":3,"Delay":500},{"__type":"IRPressAction","IRCommandName":"OK","Order":13,"Duration":300,"ActionId":0}]},"isManualPower":"false","IsKeyboardAssociated":false,"controlGroup":[{"name":"Power","function":[{"action":"{\"command\":\"PowerOff\",\"type\":\"IRCommand\",\"deviceId\":\"30847178\"}","name":"PowerOff","label":"Power Off"}]},{"name":"NavigationBasic","function":[{"action":"{\"command\":\"DirectionDown\",\"type\":\"IRCommand\",\"deviceId\":\"30847178\"}","name":"DirectionDown","label":"Direction Down"},{"action":"{\"command\":\"DirectionLeft\",\"type\":\"IRCommand\",\"deviceId\":\"30847178\"}","name":"DirectionLeft","label":"Direction Left"},{"action":"{\"command\":\"DirectionRight\",\"type\":\"IRCommand\",\"deviceId\":\"30847178\"}","name":"DirectionRight","label":"Direction Right"},{"action":"{\"command\":\"DirectionUp\",\"type\":\"IRCommand\",\"deviceId\":\"30847178\"}","name":"DirectionUp","label":"Direction Up"},{"action":"{\"command\":\"OK\",\"type\":\"IRCommand\",\"deviceId\":\"30847178\"}","name":"Select","label":"Select"}]},{"name":"TransportBasic","function":[{"action":"{\"command\":\"Stop\",\"type\":\"IRCommand\",\"deviceId\":\"30847178\"}","name":"Stop","label":"Stop"},{"action":"{\"command\":\"Play\",\"type\":\"IRCommand\",\"deviceId\":\"30847178\"}","name":"Play","label":"Play"},{"action":"{\"command\":\"Rewind\",\"type\":\"IRCommand\",\"deviceId\":\"30847178\"}","name":"Rewind","label":"Rewind"},{"action":"{\"command\":\"Pause\",\"type\":\"IRCommand\",\"deviceId\":\"30847178\"}","name":"Pause","label":"Pause"},{"action":"{\"command\":\"FastForward\",\"type\":\"IRCommand\",\"deviceId\":\"30847178\"}","name":"FastForward","label":"Fast Forward"}]},{"name":"NavigationDVD","function":[{"action":"{\"command\":\"Back\",\"type\":\"IRCommand\",\"deviceId\":\"30847178\"}","name":"Back","label":"Back"}]},{"name":"NavigationDSTB","function":[{"action":"{\"command\":\"Search\",\"type\":\"IRCommand\",\"deviceId\":\"30847178\"}","name":"Search","label":"Search"}]},{"name":"GameType2","function":[{"action":"{\"command\":\"Cross\",\"type\":\"IRCommand\",\"deviceId\":\"30847178\"}","name":"Cross","label":"Cross"},{"action":"{\"command\":\"Circle\",\"type\":\"IRCommand\",\"deviceId\":\"30847178\"}","name":"Circle","label":"Circle"},{"action":"{\"command\":\"Square\",\"type\":\"IRCommand\",\"deviceId\":\"30847178\"}","name":"Square","label":"Square"},{"action":"{\"command\":\"Triangle\",\"type\":\"IRCommand\",\"deviceId\":\"30847178\"}","name":"Triangle","label":"Triangle"}]},{"name":"NavigationExtended","function":[{"action":"{\"command\":\"Info\",\"type\":\"IRCommand\",\"deviceId\":\"30847178\"}","name":"Info","label":"Info"}]},{"name":"Miscellaneous","function":[{"action":"{\"command\":\"Next Video\",\"type\":\"IRCommand\",\"deviceId\":\"30847178\"}","name":"Next Video","label":"Next Video"},{"action":"{\"command\":\"Options\",\"type\":\"IRCommand\",\"deviceId\":\"30847178\"}","name":"Options","label":"Options"},{"action":"{\"command\":\"Previous Video\",\"type\":\"IRCommand\",\"deviceId\":\"30847178\"}","name":"Previous Video","label":"Previous Video"},{"action":"{\"command\":\"PS\",\"type\":\"IRCommand\",\"deviceId\":\"30847178\"}","name":"PS","label":"PS"},{"action":"{\"command\":\"Share\",\"type\":\"IRCommand\",\"deviceId\":\"30847178\"}","name":"Share","label":"Share"}]}],"id":"30847178","BTAddress":"A8:6B:AD:BF:9E:66","DongleRFID":0,"type":"GameConsoleWithDvd","model":"PlayStation 4","suggestedDisplay":"DEFAULT","Transport":32},{"label":"Sagemcom-DVR","deviceAddedDate":"/Date(1481912618330+0000)/","ControlPort":7,"contentProfileKey":40495383,"deviceProfileUri":"svcs.myharmony.com/res/device/40495383-s5LSNe4EGyugU7GI0NeIWywKAaZz4k0Hm6g33fv2Ang=","manufacturer":"Sagemcom","icon":"18","Capabilities":[1,3,5,6],"deviceTypeDisplayName":"PVR","powerFeatures":[],"isManualPower":"false","controlGroup":[{"name":"Power","function":[{"action":"{\"command\":\"PowerToggle\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"PowerToggle","label":"Power Toggle"}]},{"name":"NumericBasic","function":[{"action":"{\"command\":\"0\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Number0","label":"0"},{"action":"{\"command\":\"1\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Number1","label":"1"},{"action":"{\"command\":\"2\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Number2","label":"2"},{"action":"{\"command\":\"3\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Number3","label":"3"},{"action":"{\"command\":\"4\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Number4","label":"4"},{"action":"{\"command\":\"5\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Number5","label":"5"},{"action":"{\"command\":\"6\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Number6","label":"6"},{"action":"{\"command\":\"7\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Number7","label":"7"},{"action":"{\"command\":\"8\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Number8","label":"8"},{"action":"{\"command\":\"9\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Number9","label":"9"}]},{"name":"Volume","function":[{"action":"{\"command\":\"Mute\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Mute","label":"Mute"},{"action":"{\"command\":\"VolumeDown\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"VolumeDown","label":"Volume Down"},{"action":"{\"command\":\"VolumeUp\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"VolumeUp","label":"Volume Up"}]},{"name":"Channel","function":[{"action":"{\"command\":\"ChannelPrev\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"PrevChannel","label":"Prev Channel"},{"action":"{\"command\":\"ChannelDown\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"ChannelDown","label":"Channel Down"},{"action":"{\"command\":\"ChannelUp\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"ChannelUp","label":"Channel Up"}]},{"name":"NavigationBasic","function":[{"action":"{\"command\":\"DirectionDown\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"DirectionDown","label":"Direction Down"},{"action":"{\"command\":\"DirectionLeft\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"DirectionLeft","label":"Direction Left"},{"action":"{\"command\":\"DirectionRight\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"DirectionRight","label":"Direction Right"},{"action":"{\"command\":\"DirectionUp\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"DirectionUp","label":"Direction Up"},{"action":"{\"command\":\"Ok\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Select","label":"Select"}]},{"name":"TransportBasic","function":[{"action":"{\"command\":\"Stop\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Stop","label":"Stop"},{"action":"{\"command\":\"Play\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Play","label":"Play"},{"action":"{\"command\":\"Rewind\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Rewind","label":"Rewind"},{"action":"{\"command\":\"Pause\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Pause","label":"Pause"},{"action":"{\"command\":\"FastForward\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"FastForward","label":"Fast Forward"}]},{"name":"TransportRecording","function":[{"action":"{\"command\":\"Record\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Record","label":"Record"}]},{"name":"NavigationDVD","function":[{"action":"{\"command\":\"Menu\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Menu","label":"Menu"}]},{"name":"Teletext","function":[{"action":"{\"command\":\"Teletext\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Teletext","label":"Teletext"}]},{"name":"NavigationDSTB","function":[{"action":"{\"command\":\"DVR\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"List","label":"List"},{"action":"{\"command\":\"Search\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Search","label":"Search"}]},{"name":"ColoredButtons","function":[{"action":"{\"command\":\"Green\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Green","label":"Green"},{"action":"{\"command\":\"Red\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Red","label":"Red"},{"action":"{\"command\":\"Blue\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Blue","label":"Blue"},{"action":"{\"command\":\"Yellow\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Yellow","label":"Yellow"}]},{"name":"NavigationExtended","function":[{"action":"{\"command\":\"Guide\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Guide","label":"Guide"},{"action":"{\"command\":\"Info\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Info","label":"Info"},{"action":"{\"command\":\"Exit\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Exit","label":"Exit"}]},{"name":"Miscellaneous","function":[{"action":"{\"command\":\"Option\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Option","label":"Option"},{"action":"{\"command\":\"Recordings\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Recordings","label":"Recordings"},{"action":"{\"command\":\"SelectVideo\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"SelectVideo","label":"SelectVideo"},{"action":"{\"command\":\"Tv\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Tv","label":"Tv"},{"action":"{\"command\":\"TvRadio\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"TvRadio","label":"TvRadio"},{"action":"{\"command\":\"TvVideo\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"TvVideo","label":"TvVideo"}]}],"model":"RCI88-320KDG","IsKeyboardAssociated":false,"DongleRFID":0,"id":"40495383","type":"PVR","suggestedDisplay":"DEFAULT","Transport":1},{"label":"Samsung-Fernseher","deviceAddedDate":"/Date(1447435412757+0000)/","ControlPort":7,"contentProfileKey":30836788,"deviceProfileUri":"svcs.myharmony.com/res/device/30836788-YKr8MikgqpJnWPZFcfaTb9qMd8gegb2S4ysjkhhW40U=","manufacturer":"Samsung","icon":"1","Capabilities":[1,2,3,5,8,16,24],"deviceTypeDisplayName":"Television","powerFeatures":{"PowerOffActions":[{"__type":"IRPressAction","IRCommandName":"PowerOff","Order":0,"Duration":0,"ActionId":0}],"PowerOnActions":[{"__type":"IRPressAction","IRCommandName":"PowerOn","Order":0,"Duration":0,"ActionId":0}]},"isManualPower":"false","controlGroup":[{"name":"Power","function":[{"action":"{\"command\":\"PowerOff\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"PowerOff","label":"Power Off"},{"action":"{\"command\":\"PowerOn\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"PowerOn","label":"Power On"},{"action":"{\"command\":\"PowerToggle\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"PowerToggle","label":"Power Toggle"}]},{"name":"NumericBasic","function":[{"action":"{\"command\":\"0\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"Number0","label":"0"},{"action":"{\"command\":\"1\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"Number1","label":"1"},{"action":"{\"command\":\"2\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"Number2","label":"2"},{"action":"{\"command\":\"3\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"Number3","label":"3"},{"action":"{\"command\":\"4\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"Number4","label":"4"},{"action":"{\"command\":\"5\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"Number5","label":"5"},{"action":"{\"command\":\"6\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"Number6","label":"6"},{"action":"{\"command\":\"7\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"Number7","label":"7"},{"action":"{\"command\":\"8\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"Number8","label":"8"},{"action":"{\"command\":\"9\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"Number9","label":"9"}]},{"name":"Volume","function":[{"action":"{\"command\":\"Mute\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"Mute","label":"Mute"},{"action":"{\"command\":\"VolumeDown\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"VolumeDown","label":"Volume Down"},{"action":"{\"command\":\"VolumeUp\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"VolumeUp","label":"Volume Up"}]},{"name":"Channel","function":[{"action":"{\"command\":\"Pre-Ch\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"PrevChannel","label":"Prev Channel"},{"action":"{\"command\":\"ChannelDown\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"ChannelDown","label":"Channel Down"},{"action":"{\"command\":\"ChannelUp\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"ChannelUp","label":"Channel Up"}]},{"name":"NavigationBasic","function":[{"action":"{\"command\":\"DirectionDown\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"DirectionDown","label":"Direction Down"},{"action":"{\"command\":\"DirectionLeft\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"DirectionLeft","label":"Direction Left"},{"action":"{\"command\":\"DirectionRight\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"DirectionRight","label":"Direction Right"},{"action":"{\"command\":\"DirectionUp\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"DirectionUp","label":"Direction Up"},{"action":"{\"command\":\"Select\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"Select","label":"Select"}]},{"name":"TransportBasic","function":[{"action":"{\"command\":\"Stop\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"Stop","label":"Stop"},{"action":"{\"command\":\"Play\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"Play","label":"Play"},{"action":"{\"command\":\"Rewind\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"Rewind","label":"Rewind"},{"action":"{\"command\":\"Pause\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"Pause","label":"Pause"},{"action":"{\"command\":\"FastForward\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"FastForward","label":"Fast Forward"}]},{"name":"TransportRecording","function":[{"action":"{\"command\":\"Record\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"Record","label":"Record"}]},{"name":"TransportExtended","function":[{"action":"{\"command\":\"SkipBack\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"SkipBackward","label":"Skip Backward"},{"action":"{\"command\":\"SkipForward\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"SkipForward","label":"Skip Forward"}]},{"name":"NavigationDVD","function":[{"action":"{\"command\":\"Return\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"Return","label":"Return"},{"action":"{\"command\":\"Menu\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"Menu","label":"Menu"},{"action":"{\"command\":\"Subtitle\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"Subtitle","label":"Subtitle"}]},{"name":"Teletext","function":[{"action":"{\"command\":\"Ttx\\/Mix\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"Teletext","label":"Teletext"},{"action":"{\"command\":\"TeletextSize\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"TeletextSize","label":"Teletext Size"}]},{"name":"NavigationDSTB","function":[{"action":"{\"command\":\"C\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"C","label":"C"},{"action":"{\"command\":\"B\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"B","label":"B"},{"action":"{\"command\":\"D\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"D","label":"D"},{"action":"{\"command\":\"A\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"A","label":"A"},{"action":"{\"command\":\"Search\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"Search","label":"Search"}]},{"name":"ColoredButtons","function":[{"action":"{\"command\":\"Green\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"Green","label":"Green"},{"action":"{\"command\":\"Red\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"Red","label":"Red"},{"action":"{\"command\":\"Blue\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"Blue","label":"Blue"},{"action":"{\"command\":\"Yellow\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"Yellow","label":"Yellow"}]},{"name":"NavigationExtended","function":[{"action":"{\"command\":\"Guide\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"Guide","label":"Guide"},{"action":"{\"command\":\"Info\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"Info","label":"Info"},{"action":"{\"command\":\"Exit\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"Exit","label":"Exit"}]},{"name":"DisplayMode","function":[{"action":"{\"command\":\"P.Size\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"Aspect","label":"Aspect"}]},{"name":"Miscellaneous","function":[{"action":"{\"command\":\"3D\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"3D","label":"3D"},{"action":"{\"command\":\"3Speed\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"3Speed","label":"3Speed"},{"action":"{\"command\":\"AD\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"AD","label":"AD"},{"action":"{\"command\":\"ChList\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"ChList","label":"ChList"},{"action":"{\"command\":\"EManual\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"EManual","label":"EManual"},{"action":"{\"command\":\"ExitApp\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"ExitApp","label":"ExitApp"},{"action":"{\"command\":\"Factory\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"Factory","label":"Factory"},{"action":"{\"command\":\"InputAv\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"InputAv","label":"InputAv"},{"action":"{\"command\":\"InputComponent\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"InputComponent","label":"InputComponent"},{"action":"{\"command\":\"InputExt1\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"InputExt1","label":"InputExt1"},{"action":"{\"command\":\"InputExt2\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"InputExt2","label":"InputExt2"},{"action":"{\"command\":\"InputHdmi1\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"InputHdmi1","label":"InputHdmi1"},{"action":"{\"command\":\"InputHdmi2\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"InputHdmi2","label":"InputHdmi2"},{"action":"{\"command\":\"InputHdmi3\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"InputHdmi3","label":"InputHdmi3"},{"action":"{\"command\":\"InputHdmi4\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"InputHdmi4","label":"InputHdmi4"},{"action":"{\"command\":\"InputPc\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"InputPc","label":"InputPc"},{"action":"{\"command\":\"InputTv\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"InputTv","label":"InputTv"},{"action":"{\"command\":\"InputUsb\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"InputUsb","label":"InputUsb"},{"action":"{\"command\":\"SmartHub\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"SmartHub","label":"SmartHub"},{"action":"{\"command\":\"SocialTv\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"SocialTv","label":"SocialTv"},{"action":"{\"command\":\"Source\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"Source","label":"Source"},{"action":"{\"command\":\"TeletextCancel\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"TeletextCancel","label":"TeletextCancel"},{"action":"{\"command\":\"TeletextHold\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"TeletextHold","label":"TeletextHold"},{"action":"{\"command\":\"TeletextIndex\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"TeletextIndex","label":"TeletextIndex"},{"action":"{\"command\":\"TeletextMode\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"TeletextMode","label":"TeletextMode"},{"action":"{\"command\":\"TeletextNextPage\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"TeletextNextPage","label":"TeletextNextPage"},{"action":"{\"command\":\"TeletextPreviousPage\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"TeletextPreviousPage","label":"TeletextPreviousPage"},{"action":"{\"command\":\"TeletextReveal\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"TeletextReveal","label":"TeletextReveal"},{"action":"{\"command\":\"TeletextStore\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"TeletextStore","label":"TeletextStore"},{"action":"{\"command\":\"TeletextSubPage\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"TeletextSubPage","label":"TeletextSubPage"},{"action":"{\"command\":\"Tools\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"Tools","label":"Tools"}]}],"model":"UE46D8090","IsKeyboardAssociated":false,"DongleRFID":0,"id":"30836788","type":"Television","suggestedDisplay":"DEFAULT","Transport":1},{"label":"Revolt X000LH8AEX","deviceAddedDate":"/Date(1485190093583+0000)/","ControlPort":7,"contentProfileKey":42182958,"deviceProfileUri":"svcs.myharmony.com/res/device/42182958-ZFXFtyx9WGsLHumwGlTCpPdin0uIzRR4lrP2MOJOjxU=","manufacturer":"Revolt","icon":"44","Capabilities":[],"deviceTypeDisplayName":"HomeAppliance","powerFeatures":[],"isManualPower":"false","controlGroup":[{"name":"Power","function":[{"action":"{\"command\":\"Power Toggle\",\"type\":\"IRCommand\",\"deviceId\":\"42182958\"}","name":"PowerToggle","label":"Power Toggle"}]}],"model":"X000LH8AEX","IsKeyboardAssociated":false,"DongleRFID":0,"id":"42182958","type":"HomeAppliance","suggestedDisplay":"DEFAULT","Transport":1},{"label":"Harman Kardon-Heimkino","deviceAddedDate":"/Date(1482000808920+0000)/","ControlPort":7,"contentProfileKey":40533458,"deviceProfileUri":"svcs.myharmony.com/res/device/40533458-djeuJFFwy84BhsUED9jIXn4EIWI6s2mZ7Mtznq8fr7Y=","manufacturer":"Harman Kardon","icon":"22","Capabilities":[1,5,6,8],"deviceTypeDisplayName":"MiniSystemDvdCDRadio","powerFeatures":{"PowerOffActions":[{"__type":"IRPressAction","IRCommandName":"PowerOff","Order":0,"Duration":0,"ActionId":0}],"PowerOnActions":[{"__type":"IRPressAction","IRCommandName":"PowerOn","Order":0,"Duration":0,"ActionId":0}]},"isManualPower":"false","controlGroup":[{"name":"Power","function":[{"action":"{\"command\":\"PowerOff\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"PowerOff","label":"Power Off"},{"action":"{\"command\":\"PowerOn\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"PowerOn","label":"Power On"}]},{"name":"NumericBasic","function":[{"action":"{\"command\":\"0\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Number0","label":"0"},{"action":"{\"command\":\"1\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Number1","label":"1"},{"action":"{\"command\":\"2\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Number2","label":"2"},{"action":"{\"command\":\"3\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Number3","label":"3"},{"action":"{\"command\":\"4\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Number4","label":"4"},{"action":"{\"command\":\"5\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Number5","label":"5"},{"action":"{\"command\":\"6\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Number6","label":"6"},{"action":"{\"command\":\"7\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Number7","label":"7"},{"action":"{\"command\":\"8\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Number8","label":"8"},{"action":"{\"command\":\"9\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Number9","label":"9"},{"action":"{\"command\":\"Clear\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Clear","label":"Clear"}]},{"name":"Volume","function":[{"action":"{\"command\":\"Mute\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Mute","label":"Mute"},{"action":"{\"command\":\"VolumeDown\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"VolumeDown","label":"Volume Down"},{"action":"{\"command\":\"VolumeUp\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"VolumeUp","label":"Volume Up"}]},{"name":"NavigationBasic","function":[{"action":"{\"command\":\"DirectionDown\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"DirectionDown","label":"Direction Down"},{"action":"{\"command\":\"DirectionLeft\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"DirectionLeft","label":"Direction Left"},{"action":"{\"command\":\"DirectionRight\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"DirectionRight","label":"Direction Right"},{"action":"{\"command\":\"DirectionUp\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"DirectionUp","label":"Direction Up"},{"action":"{\"command\":\"Select\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Select","label":"Select"}]},{"name":"TransportBasic","function":[{"action":"{\"command\":\"Stop\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Stop","label":"Stop"},{"action":"{\"command\":\"Play\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Play","label":"Play"},{"action":"{\"command\":\"Rewind\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Rewind","label":"Rewind"},{"action":"{\"command\":\"Eject\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Eject","label":"Eject"},{"action":"{\"command\":\"Pause\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Pause","label":"Pause"},{"action":"{\"command\":\"FastForward\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"FastForward","label":"Fast Forward"}]},{"name":"TransportExtended","function":[{"action":"{\"command\":\"ChapterPrev\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"SkipBackward","label":"Skip Backward"},{"action":"{\"command\":\"ChapterNext\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"SkipForward","label":"Skip Forward"}]},{"name":"NavigationDVD","function":[{"action":"{\"command\":\"Title\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"TopMenu","label":"Top Menu"},{"action":"{\"command\":\"Subtitle\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Subtitle","label":"Subtitle"},{"action":"{\"command\":\"Audio\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Audio","label":"Audio"},{"action":"{\"command\":\"Angle\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Angle","label":"Angle"}]},{"name":"PlayMode","function":[{"action":"{\"command\":\"Repeat\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Repeat","label":"Repeat"},{"action":"{\"command\":\"RepeatA-B\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"RepeatAB","label":"Repeat A-B"},{"action":"{\"command\":\"Random\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Shuffle","label":"Shuffle"}]},{"name":"RadioTuner","function":[{"action":"{\"command\":\"PresetPrev\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"PrevPreset","label":"Prev Preset"},{"action":"{\"command\":\"PresetNext\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"NextPreset","label":"Next Preset"}]},{"name":"NavigationExtended","function":[{"action":"{\"command\":\"Info\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Info","label":"Info"}]},{"name":"DisplayMode","function":[{"action":"{\"command\":\"Aspect\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Aspect","label":"Aspect"},{"action":"{\"command\":\"OSD\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Display","label":"Display"},{"action":"{\"command\":\"Zoom\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Zoom","label":"Zoom"}]},{"name":"Miscellaneous","function":[{"action":"{\"command\":\"DiscMenu\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"DiscMenu","label":"DiscMenu"},{"action":"{\"command\":\"Format\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Format","label":"Format"},{"action":"{\"command\":\"InputAux\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"InputAux","label":"InputAux"},{"action":"{\"command\":\"InputDIn\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"InputDIn","label":"InputDIn"},{"action":"{\"command\":\"InputDisc\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"InputDisc","label":"InputDisc"},{"action":"{\"command\":\"InputDmp\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"InputDmp","label":"InputDmp"},{"action":"{\"command\":\"InputPc\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"InputPc","label":"InputPc"},{"action":"{\"command\":\"InputRadio\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"InputRadio","label":"InputRadio"},{"action":"{\"command\":\"InputTv\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"InputTv","label":"InputTv"},{"action":"{\"command\":\"InputUsb\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"InputUsb","label":"InputUsb"},{"action":"{\"command\":\"InputVideo\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"InputVideo","label":"InputVideo"},{"action":"{\"command\":\"Output\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Output","label":"Output"},{"action":"{\"command\":\"Playlist\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Playlist","label":"Playlist"},{"action":"{\"command\":\"SetUpMenu\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"SetUpMenu","label":"SetUpMenu"},{"action":"{\"command\":\"Status\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Status","label":"Status"}]}],"model":"HS 350","IsKeyboardAssociated":false,"DongleRFID":0,"id":"40533458","type":"MiniSystemDvdCDRadio","suggestedDisplay":"DEFAULT","Transport":1},{"label":"Harmony Beta Test Apple TV","deviceAddedDate":"/Date(1566135388563+0000)/","ControlPort":1,"contentProfileKey":64606077,"deviceProfileUri":"svcs.myharmony.com/res/device/64606077-PKPoJSrosOmU4XWKt7H8tW/iNdmwxkJzHNlLNvbLfac=","manufacturer":"Harmony Beta","icon":"51","Capabilities":[5,6,12,16,17,26,74,75,502,503,504],"deviceTypeDisplayName":"AppleTV","powerFeatures":{"PowerOffActions":[{"__type":"IRPressAction","IRCommandName":"Home","Order":0,"Duration":2000,"ActionId":0},{"Order":2,"__type":"IRDelayAction","ActionId":3,"Delay":200},{"__type":"IRPressAction","IRCommandName":"Select","Order":3,"Duration":0,"ActionId":0}],"PowerOnActions":[{"__type":"IRPressAction","IRCommandName":"Home","Order":0,"Duration":0,"ActionId":0}]},"isManualPower":"false","IsKeyboardAssociated":true,"controlGroup":[{"name":"Volume","function":[{"action":"{\"command\":\"VolumeDown\",\"type\":\"IRCommand\",\"deviceId\":\"64606077\"}","name":"VolumeDown","label":"Volume Down"},{"action":"{\"command\":\"VolumeUp\",\"type\":\"IRCommand\",\"deviceId\":\"64606077\"}","name":"VolumeUp","label":"Volume Up"}]},{"name":"NavigationBasic","function":[{"action":"{\"command\":\"DirectionDown\",\"type\":\"IRCommand\",\"deviceId\":\"64606077\"}","name":"DirectionDown","label":"Direction Down"},{"action":"{\"command\":\"DirectionLeft\",\"type\":\"IRCommand\",\"deviceId\":\"64606077\"}","name":"DirectionLeft","label":"Direction Left"},{"action":"{\"command\":\"DirectionRight\",\"type\":\"IRCommand\",\"deviceId\":\"64606077\"}","name":"DirectionRight","label":"Direction Right"},{"action":"{\"command\":\"DirectionUp\",\"type\":\"IRCommand\",\"deviceId\":\"64606077\"}","name":"DirectionUp","label":"Direction Up"},{"action":"{\"command\":\"Select\",\"type\":\"IRCommand\",\"deviceId\":\"64606077\"}","name":"Select","label":"Select"}]},{"name":"TransportBasic","function":[{"action":"{\"command\":\"Stop\",\"type\":\"IRCommand\",\"deviceId\":\"64606077\"}","name":"Stop","label":"Stop"},{"action":"{\"command\":\"Play\",\"type\":\"IRCommand\",\"deviceId\":\"64606077\"}","name":"Play","label":"Play"},{"action":"{\"command\":\"Rewind\",\"type\":\"IRCommand\",\"deviceId\":\"64606077\"}","name":"Rewind","label":"Rewind"},{"action":"{\"command\":\"Pause\",\"type\":\"IRCommand\",\"deviceId\":\"64606077\"}","name":"Pause","label":"Pause"},{"action":"{\"command\":\"FastForward\",\"type\":\"IRCommand\",\"deviceId\":\"64606077\"}","name":"FastForward","label":"Fast Forward"}]},{"name":"NavigationDVD","function":[{"action":"{\"command\":\"Menu\",\"type\":\"IRCommand\",\"deviceId\":\"64606077\"}","name":"Menu","label":"Menu"},{"action":"{\"command\":\"Back\",\"type\":\"IRCommand\",\"deviceId\":\"64606077\"}","name":"Back","label":"Back"}]},{"name":"Miscellaneous","function":[{"action":"{\"command\":\"Home\",\"type\":\"IRCommand\",\"deviceId\":\"64606077\"}","name":"Home","label":"Home"}]}],"id":"64606077","BTAddress":"90:DD:5D:95:C0:E2","DongleRFID":0,"type":"Default","model":"Test Apple TV","suggestedDisplay":"DEFAULT","Transport":32},{"label":"Mac-Computer","deviceAddedDate":"/Date(1521483935693+0000)/","ControlPort":1,"contentProfileKey":53416332,"deviceProfileUri":"svcs.myharmony.com/res/device/53416332-rAmiHJrp/wLEMHXQPZFAhrUy1FgcEhfESSdedCoPpvw=","manufacturer":"LogitechHarmony","icon":"10","Capabilities":[1,2,4,5,6,15,16,17,18,25,22,501],"deviceTypeDisplayName":"Laptop","powerFeatures":[],"isManualPower":"true","IsKeyboardAssociated":true,"controlGroup":[{"name":"NumericBasic","function":[{"action":"{\"command\":\"*\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Star","label":"*"},{"action":"{\"command\":\"+\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Plus","label":"+"},{"action":"{\"command\":\".\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Dot","label":"."},{"action":"{\"command\":\"-\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Hyphen","label":"-"},{"action":"{\"command\":\"0\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Number0","label":"0"},{"action":"{\"command\":\"1\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Number1","label":"1"},{"action":"{\"command\":\"2\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Number2","label":"2"},{"action":"{\"command\":\"3\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Number3","label":"3"},{"action":"{\"command\":\"4\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Number4","label":"4"},{"action":"{\"command\":\"5\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Number5","label":"5"},{"action":"{\"command\":\"6\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Number6","label":"6"},{"action":"{\"command\":\"7\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Number7","label":"7"},{"action":"{\"command\":\"8\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Number8","label":"8"},{"action":"{\"command\":\"9\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Number9","label":"9"}]},{"name":"Volume","function":[{"action":"{\"command\":\"Mute\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Mute","label":"Mute"},{"action":"{\"command\":\"VolumeDown\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"VolumeDown","label":"Volume Down"},{"action":"{\"command\":\"VolumeUp\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"VolumeUp","label":"Volume Up"}]},{"name":"Channel","function":[{"action":"{\"command\":\"ChannelDown\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"ChannelDown","label":"Channel Down"},{"action":"{\"command\":\"ChannelUp\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"ChannelUp","label":"Channel Up"}]},{"name":"NavigationBasic","function":[{"action":"{\"command\":\"DirectionDown\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"DirectionDown","label":"Direction Down"},{"action":"{\"command\":\"DirectionLeft\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"DirectionLeft","label":"Direction Left"},{"action":"{\"command\":\"DirectionRight\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"DirectionRight","label":"Direction Right"},{"action":"{\"command\":\"DirectionUp\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"DirectionUp","label":"Direction Up"},{"action":"{\"command\":\"OK\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Select","label":"Select"}]},{"name":"TransportBasic","function":[{"action":"{\"command\":\"Stop\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Stop","label":"Stop"},{"action":"{\"command\":\"Play\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Play","label":"Play"},{"action":"{\"command\":\"Rewind\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Rewind","label":"Rewind"},{"action":"{\"command\":\"Pause\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Pause","label":"Pause"},{"action":"{\"command\":\"FastForward\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"FastForward","label":"Fast Forward"}]},{"name":"NavigationDVD","function":[{"action":"{\"command\":\"Menu\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Menu","label":"Menu"},{"action":"{\"command\":\"Back\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Back","label":"Back"}]},{"name":"NavigationDSTB","function":[{"action":"{\"command\":\"C\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"C","label":"C"},{"action":"{\"command\":\"B\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"B","label":"B"},{"action":"{\"command\":\"D\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"D","label":"D"},{"action":"{\"command\":\"A\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"A","label":"A"}]},{"name":"Setup","function":[{"action":"{\"command\":\"Sleep\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Sleep","label":"Sleep"}]},{"name":"NavigationExtended","function":[{"action":"{\"command\":\"Info\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Info","label":"Info"},{"action":"{\"command\":\"PageDown\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"PageDown","label":"Page Down"},{"action":"{\"command\":\"PageUp\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"PageUp","label":"Page Up"}]},{"name":"GoogleTVNavigation","function":[{"action":"{\"command\":\"Delete\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Delete","label":"Backspace"}]},{"name":"Miscellaneous","function":[{"action":"{\"command\":\"'\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"'","label":"'"},{"action":"{\"command\":\"!\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"!","label":"!"},{"action":"{\"command\":\"\\\"\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"\"","label":"\""},{"action":"{\"command\":\"#\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"#","label":"#"},{"action":"{\"command\":\"$\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"$","label":"$"},{"action":"{\"command\":\"%\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"%","label":"%"},{"action":"{\"command\":\"&\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"&","label":"&"},{"action":"{\"command\":\"(\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"(","label":"("},{"action":"{\"command\":\")\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":")","label":")"},{"action":"{\"command\":\",\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":",","label":","},{"action":"{\"command\":\"\\/\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"/","label":"/"},{"action":"{\"command\":\":\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":":","label":":"},{"action":"{\"command\":\";\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":";","label":";"},{"action":"{\"command\":\"?\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"?","label":"?"},{"action":"{\"command\":\"@\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"@","label":"@"},{"action":"{\"command\":\"[\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"[","label":"["},{"action":"{\"command\":\"\\\\\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"\\","label":"\\"},{"action":"{\"command\":\"]\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"]","label":"]"},{"action":"{\"command\":\"^\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"^","label":"^"},{"action":"{\"command\":\"_\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"_","label":"_"},{"action":"{\"command\":\"{\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"{","label":"{"},{"action":"{\"command\":\"|\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"|","label":"|"},{"action":"{\"command\":\"}\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"}","label":"}"},{"action":"{\"command\":\"<\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"<","label":"<"},{"action":"{\"command\":\"=\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"=","label":"="},{"action":"{\"command\":\">\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":">","label":">"},{"action":"{\"command\":\"a.\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"a.","label":"a."},{"action":"{\"command\":\"b.\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"b.","label":"b."},{"action":"{\"command\":\"c.\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"c.","label":"c."},{"action":"{\"command\":\"CloseProgram\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"CloseProgram","label":"CloseProgram"},{"action":"{\"command\":\"CloseWindow\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"CloseWindow","label":"CloseWindow"},{"action":"{\"command\":\"Command\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Command","label":"Command"},{"action":"{\"command\":\"Command+1\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Command+1","label":"Command+1"},{"action":"{\"command\":\"Command+2\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Command+2","label":"Command+2"},{"action":"{\"command\":\"Command+3\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Command+3","label":"Command+3"},{"action":"{\"command\":\"Command+A\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Command+A","label":"Command+A"},{"action":"{\"command\":\"Command+B\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Command+B","label":"Command+B"},{"action":"{\"command\":\"Command+C\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Command+C","label":"Command+C"},{"action":"{\"command\":\"Command+D\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Command+D","label":"Command+D"},{"action":"{\"command\":\"Command+E\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Command+E","label":"Command+E"},{"action":"{\"command\":\"Command+F\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Command+F","label":"Command+F"},{"action":"{\"command\":\"Command+F1\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Command+F1","label":"Command+F1"},{"action":"{\"command\":\"Command+G\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Command+G","label":"Command+G"},{"action":"{\"command\":\"Command+H\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Command+H","label":"Command+H"},{"action":"{\"command\":\"Command+I\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Command+I","label":"Command+I"},{"action":"{\"command\":\"Command+J\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Command+J","label":"Command+J"},{"action":"{\"command\":\"Command+K\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Command+K","label":"Command+K"},{"action":"{\"command\":\"Command+L\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Command+L","label":"Command+L"},{"action":"{\"command\":\"Command+M\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Command+M","label":"Command+M"},{"action":"{\"command\":\"Command+N\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Command+N","label":"Command+N"},{"action":"{\"command\":\"Command+O\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Command+O","label":"Command+O"},{"action":"{\"command\":\"Command+P\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Command+P","label":"Command+P"},{"action":"{\"command\":\"Command+Q\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Command+Q","label":"Command+Q"},{"action":"{\"command\":\"Command+R\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Command+R","label":"Command+R"},{"action":"{\"command\":\"Command+S\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Command+S","label":"Command+S"},{"action":"{\"command\":\"Command+space\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Command+space","label":"Command+space"},{"action":"{\"command\":\"Command+T\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Command+T","label":"Command+T"},{"action":"{\"command\":\"Command+U\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Command+U","label":"Command+U"},{"action":"{\"command\":\"Command+V\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Command+V","label":"Command+V"},{"action":"{\"command\":\"Command+W\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Command+W","label":"Command+W"},{"action":"{\"command\":\"Command+X\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Command+X","label":"Command+X"},{"action":"{\"command\":\"Command+Y\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Command+Y","label":"Command+Y"},{"action":"{\"command\":\"Command+Z\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Command+Z","label":"Command+Z"},{"action":"{\"command\":\"Control+Command+F\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Control+Command+F","label":"Control+Command+F"},{"action":"{\"command\":\"Ctrl+⌘+S\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Ctrl+⌘+S","label":"Ctrl+⌘+S"},{"action":"{\"command\":\"Ctrl+⌘+W\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Ctrl+⌘+W","label":"Ctrl+⌘+W"},{"action":"{\"command\":\"Ctrl+⌘+Z\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Ctrl+⌘+Z","label":"Ctrl+⌘+Z"},{"action":"{\"command\":\"CTRL+S\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"CTRL+S","label":"CTRL+S"},{"action":"{\"command\":\"CTRL+W\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"CTRL+W","label":"CTRL+W"},{"action":"{\"command\":\"CTRL+Z\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"CTRL+Z","label":"CTRL+Z"},{"action":"{\"command\":\"d.\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"d.","label":"d."},{"action":"{\"command\":\"Desktop\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Desktop","label":"Desktop"},{"action":"{\"command\":\"Desktop1\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Desktop1","label":"Desktop1"},{"action":"{\"command\":\"Desktop2\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Desktop2","label":"Desktop2"},{"action":"{\"command\":\"Desktop3\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Desktop3","label":"Desktop3"},{"action":"{\"command\":\"E\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"E","label":"E"},{"action":"{\"command\":\"e.\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"e.","label":"e."},{"action":"{\"command\":\"Escape\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Escape","label":"Escape"},{"action":"{\"command\":\"F\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"F","label":"F"},{"action":"{\"command\":\"f.\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"f.","label":"f."},{"action":"{\"command\":\"F1\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"F1","label":"F1"},{"action":"{\"command\":\"F10\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"F10","label":"F10"},{"action":"{\"command\":\"F11\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"F11","label":"F11"},{"action":"{\"command\":\"F12\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"F12","label":"F12"},{"action":"{\"command\":\"F2\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"F2","label":"F2"},{"action":"{\"command\":\"F3\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"F3","label":"F3"},{"action":"{\"command\":\"F4\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"F4","label":"F4"},{"action":"{\"command\":\"F5\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"F5","label":"F5"},{"action":"{\"command\":\"F6\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"F6","label":"F6"},{"action":"{\"command\":\"F7\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"F7","label":"F7"},{"action":"{\"command\":\"F8\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"F8","label":"F8"},{"action":"{\"command\":\"F9\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"F9","label":"F9"},{"action":"{\"command\":\"FullscreenOn\\/Off\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"FullscreenOn/Off","label":"FullscreenOn/Off"},{"action":"{\"command\":\"G\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"G","label":"G"},{"action":"{\"command\":\"g.\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"g.","label":"g."},{"action":"{\"command\":\"H\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"H","label":"H"},{"action":"{\"command\":\"h.\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"h.","label":"h."},{"action":"{\"command\":\"I\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"I","label":"I"},{"action":"{\"command\":\"i.\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"i.","label":"i."},{"action":"{\"command\":\"J\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"J","label":"J"},{"action":"{\"command\":\"j.\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"j.","label":"j."},{"action":"{\"command\":\"K\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"K","label":"K"},{"action":"{\"command\":\"k.\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"k.","label":"k."},{"action":"{\"command\":\"L\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"L","label":"L"},{"action":"{\"command\":\"l.\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"l.","label":"l."},{"action":"{\"command\":\"LeftClick\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"LeftClick","label":"LeftClick"},{"action":"{\"command\":\"M\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"M","label":"M"},{"action":"{\"command\":\"m.\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"m.","label":"m."},{"action":"{\"command\":\"MinimizeAllWindows\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"MinimizeAllWindows","label":"MinimizeAllWindows"},{"action":"{\"command\":\"N\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"N","label":"N"},{"action":"{\"command\":\"n.\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"n.","label":"n."},{"action":"{\"command\":\"O\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"O","label":"O"},{"action":"{\"command\":\"o.\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"o.","label":"o."},{"action":"{\"command\":\"P\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"P","label":"P"},{"action":"{\"command\":\"p.\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"p.","label":"p."},{"action":"{\"command\":\"Q\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Q","label":"Q"},{"action":"{\"command\":\"q.\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"q.","label":"q."},{"action":"{\"command\":\"R\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"R","label":"R"},{"action":"{\"command\":\"r.\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"r.","label":"r."},{"action":"{\"command\":\"RightClick\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"RightClick","label":"RightClick"},{"action":"{\"command\":\"S\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"S","label":"S"},{"action":"{\"command\":\"s.\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"s.","label":"s."},{"action":"{\"command\":\"ShowDock\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"ShowDock","label":"ShowDock"},{"action":"{\"command\":\"Space\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Space","label":"Space"},{"action":"{\"command\":\"T\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"T","label":"T"},{"action":"{\"command\":\"t.\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"t.","label":"t."},{"action":"{\"command\":\"Tab\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Tab","label":"Tab"},{"action":"{\"command\":\"U\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"U","label":"U"},{"action":"{\"command\":\"u.\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"u.","label":"u."},{"action":"{\"command\":\"V\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"V","label":"V"},{"action":"{\"command\":\"v.\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"v.","label":"v."},{"action":"{\"command\":\"W\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"W","label":"W"},{"action":"{\"command\":\"w.\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"w.","label":"w."},{"action":"{\"command\":\"X\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"X","label":"X"},{"action":"{\"command\":\"x.\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"x.","label":"x."},{"action":"{\"command\":\"Y\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Y","label":"Y"},{"action":"{\"command\":\"y.\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"y.","label":"y."},{"action":"{\"command\":\"Z\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"Z","label":"Z"},{"action":"{\"command\":\"z.\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"z.","label":"z."},{"action":"{\"command\":\"ZoomIn\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"ZoomIn","label":"ZoomIn"},{"action":"{\"command\":\"ZoomOut\",\"type\":\"IRCommand\",\"deviceId\":\"53416332\"}","name":"ZoomOut","label":"ZoomOut"}]}],"id":"53416332","BTAddress":"7C:C3:A1:71:8D:36","DongleRFID":0,"type":"Laptop","model":"MacPC","suggestedDisplay":"DEFAULT","Transport":32},{"label":"Amazon Fire TV 4K","deviceAddedDate":"/Date(1519396058410+0000)/","ControlPort":1,"contentProfileKey":52785630,"deviceProfileUri":"svcs.myharmony.com/res/device/52785630-FtvDsi7pdoU2FLD173EgJwSWb43w/Jg3JZU1Q9GoClg=","manufacturer":"Amazon","icon":"64","Capabilities":[5,32,17,16,69,71],"deviceTypeDisplayName":"MediaPlayer","powerFeatures":{"PowerOffActions":[{"__type":"IRPressAction","IRCommandName":"Sleep","Order":0,"Duration":0,"ActionId":0}],"PowerOnActions":[{"__type":"IRPressAction","IRCommandName":"OK","Order":0,"Duration":0,"ActionId":0}]},"isManualPower":"false","uuid":"95f8a9a8-4080-5305-ffff-ffffa8df8253","id":"52785630","controlGroup":[{"name":"NavigationBasic","function":[{"action":"{\"command\":\"DirectionDown\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"DirectionDown","label":"Direction Down"},{"action":"{\"command\":\"DirectionLeft\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"DirectionLeft","label":"Direction Left"},{"action":"{\"command\":\"DirectionRight\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"DirectionRight","label":"Direction Right"},{"action":"{\"command\":\"DirectionUp\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"DirectionUp","label":"Direction Up"},{"action":"{\"command\":\"OK\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Select","label":"Select"}]},{"name":"TransportBasic","function":[{"action":"{\"command\":\"Stop\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Stop","label":"Stop"},{"action":"{\"command\":\"Play\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Play","label":"Play"},{"action":"{\"command\":\"Rewind\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Rewind","label":"Rewind"},{"action":"{\"command\":\"Pause\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Pause","label":"Pause"},{"action":"{\"command\":\"FastForward\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"FastForward","label":"Fast Forward"}]},{"name":"TransportExtended","function":[{"action":"{\"command\":\"SkipBack\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"SkipBackward","label":"Skip Backward"},{"action":"{\"command\":\"SkipForward\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"SkipForward","label":"Skip Forward"}]},{"name":"NavigationDVD","function":[{"action":"{\"command\":\"Menu\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Menu","label":"Menu"},{"action":"{\"command\":\"Back\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Back","label":"Back"}]},{"name":"Setup","function":[{"action":"{\"command\":\"Sleep\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Sleep","label":"Sleep"}]},{"name":"NavigationExtended","function":[{"action":"{\"command\":\"Exit\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Exit","label":"Exit"}]},{"name":"GoogleTVNavigation","function":[{"action":"{\"command\":\"Delete\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Delete","label":"Backspace"}]},{"name":"Miscellaneous","function":[{"action":"{\"command\":\"Home\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Home","label":"Home"}]}],"type":"Default","BTAddress":"B4:7C:9C:21:30:3C","DongleRFID":0,"model":"Fire TV","IsKeyboardAssociated":true,"suggestedDisplay":"DEFAULT","Transport":32},{"label":"Lindy-AV-Switch","deviceAddedDate":"/Date(1482324977483+0000)/","ControlPort":7,"contentProfileKey":40664362,"deviceProfileUri":"svcs.myharmony.com/res/device/40664362-8pM6cSRNDBNdkbQhXmAGcH6JkfPNg6H3MrkkapnOKsQ=","manufacturer":"Lindy","icon":"30","Capabilities":[8],"deviceTypeDisplayName":"AudioVideoSwitch","powerFeatures":[],"isManualPower":"false","controlGroup":[{"name":"Power","function":[{"action":"{\"command\":\"PowerToggle\",\"type\":\"IRCommand\",\"deviceId\":\"40664362\"}","name":"PowerToggle","label":"Power Toggle"}]},{"name":"NumericBasic","function":[{"action":"{\"command\":\"1\",\"type\":\"IRCommand\",\"deviceId\":\"40664362\"}","name":"Number1","label":"1"},{"action":"{\"command\":\"2\",\"type\":\"IRCommand\",\"deviceId\":\"40664362\"}","name":"Number2","label":"2"},{"action":"{\"command\":\"3\",\"type\":\"IRCommand\",\"deviceId\":\"40664362\"}","name":"Number3","label":"3"},{"action":"{\"command\":\"4\",\"type\":\"IRCommand\",\"deviceId\":\"40664362\"}","name":"Number4","label":"4"}]}],"model":"4 PORT OPTICAL AUDIO SWITCH","IsKeyboardAssociated":false,"DongleRFID":0,"id":"40664362","type":"AudioVideoSwitch","suggestedDisplay":"DEFAULT","Transport":1}],"sla":{"latestSLAAccepted":true,"latestSLAAcceptedDate":"/Date(1523626682613+0000)/"},"content":{"contentUserHost":"https://content.dhg.myharmony.com/1.0/User;{userProfileUri}","contentDeviceHost":"https://content.dhg.myharmony.com/1.0/Device;{deviceProfileUri}","contentServiceHost":"https://content.dhg.myharmony.com/1.0/Service/{providerId}","contentImageHost":"https://d1tk8oqnnsddt5.cloudfront.net/1.0/station/{stationId}/image;maxX=40;maxY=40","householdUserProfileUri":"svcs.myharmony.com/res//household/6202133-NiX/edn3lQlAX/usDJXG/py48mh4Yo52x8Noa+JDtOY=/user/default"},"activity":[{"rules":[],"sequences":[],"isTuningDefault":false,"activityTypeDisplayName":"Default","KeyboardTextEntryActivityRole":"52785630","enterActions":[{"name":"SendDelay","parameters":{"DelayValue":5000}},{"name":"SendCommand","parameters":{"Command":"home","Modifier":"press","DeviceId":"52785630"}}],"fixit":{"30836788":{"Input":"HDMI 2","id":"30836788","Power":"On"},"30847178":{"id":"30847178","isAlwaysOn":"true","Power":"On"},"40495383":{"id":"40495383","isRelativePower":true,"isRelativeInput":true,"Power":"Off"},"40533458":{"Input":"DIn","id":"40533458","Power":"On"},"40664362":{"id":"40664362","isRelativePower":true,"Input":"Input 2","Power":"On"},"42182958":{"id":"42182958","isRelativePower":true,"Power":"Off"},"52785630":{"id":"52785630","Power":"On"},"53416332":{"id":"53416332","isManualPower":true},"64606077":{"id":"64606077","isAlwaysOn":"true","Power":"On"}},"baseImageUri":"https://rcbu-test-ssl-amr.s3.amazonaws.com/","zones":null,"type":"VirtualGeneric","isAVActivity":true,"id":"36078750","controlGroup":[{"name":"Volume","function":[{"action":"{\"command\":\"Mute\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Mute","label":"Mute"},{"action":"{\"command\":\"VolumeDown\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"VolumeDown","label":"Volume Down"},{"action":"{\"command\":\"VolumeUp\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"VolumeUp","label":"Volume Up"}]},{"name":"NavigationBasic","function":[{"action":"{\"command\":\"DirectionDown\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"DirectionDown","label":"Direction Down"},{"action":"{\"command\":\"DirectionLeft\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"DirectionLeft","label":"Direction Left"},{"action":"{\"command\":\"DirectionRight\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"DirectionRight","label":"Direction Right"},{"action":"{\"command\":\"DirectionUp\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"DirectionUp","label":"Direction Up"},{"action":"{\"command\":\"OK\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Select","label":"Select"}]},{"name":"TransportBasic","function":[{"action":"{\"command\":\"Stop\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Stop","label":"Stop"},{"action":"{\"command\":\"Play\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Play","label":"Play"},{"action":"{\"command\":\"Rewind\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Rewind","label":"Rewind"},{"action":"{\"command\":\"Pause\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Pause","label":"Pause"},{"action":"{\"command\":\"FastForward\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"FastForward","label":"Fast Forward"}]},{"name":"TransportExtended","function":[{"action":"{\"command\":\"SkipBack\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"SkipBackward","label":"Skip Backward"},{"action":"{\"command\":\"SkipForward\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"SkipForward","label":"Skip Forward"}]},{"name":"NavigationDVD","function":[{"action":"{\"command\":\"Menu\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Menu","label":"Menu"},{"action":"{\"command\":\"Audio\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Audio","label":"Audio"},{"action":"{\"command\":\"Back\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Back","label":"Back"}]},{"name":"GameType3","function":[{"action":"{\"command\":\"Home\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Home","label":"Home"},{"action":"{\"command\":\"Home\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"SmartMenu","label":"Home"},{"action":"{\"command\":\"OK\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"SelectGame","label":"Select"}]},{"name":"NavigationExtended","function":[{"action":"{\"command\":\"Exit\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Exit","label":"Exit"},{"action":"{\"command\":\"Exit\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Exit","label":"Esc"}]},{"name":"DisplayMode","function":[{"action":"{\"command\":\"P.Size\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"Aspect","label":"Aspect"}]},{"name":"Setup","function":[{"action":"{\"command\":\"Sleep\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Sleep","label":"Sleep"}]}],"icon":"userdata: 0x4454c8","VolumeActivityRole":"40533458","isMultiZone":false,"roles":{"DisplayActivityRole":"30836788","VolumeActivityRole":"40533458","ControlsMediaPlayerActivityRole":"52785630","PassThroughActivityRole":"40664362","KeyboardTextEntryActivityRole":"52785630"},"suggestedDisplay":"WatchFireTV","label":"Amazon Fire TV","activityOrder":6},{"rules":[],"sequences":["1300058","1300056","1300059","1300055","1213237"],"isTuningDefault":false,"activityTypeDisplayName":"Default","enterActions":[],"fixit":{"30836788":{"id":"30836788","Power":"Off"},"30847178":{"id":"30847178","isAlwaysOn":"true","Power":"On"},"40495383":{"isRelativeInput":true,"Power":"On","Input":"Radio","id":"40495383","isRelativePower":true},"40533458":{"Input":"DIn","id":"40533458","Power":"On"},"40664362":{"id":"40664362","isRelativePower":true,"Input":"Input 1","Power":"Off"},"42182958":{"id":"42182958","isRelativePower":true,"Power":"On"},"52785630":{"id":"52785630","Power":"Off"},"53416332":{"id":"53416332","isManualPower":true},"64606077":{"id":"64606077","isAlwaysOn":"true","Power":"On"}},"icon":"userdata: 0x4454c8","zones":null,"suggestedDisplay":"ListenToMusic","isAVActivity":true,"id":"35882685","baseImageUri":"https://rcbu-test-ssl-amr.s3.amazonaws.com/","controlGroup":[{"name":"NumericBasic","function":[{"action":"{\"command\":\"0\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Number0","label":"0"},{"action":"{\"command\":\"1\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Number1","label":"1"},{"action":"{\"command\":\"2\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Number2","label":"2"},{"action":"{\"command\":\"3\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Number3","label":"3"},{"action":"{\"command\":\"4\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Number4","label":"4"},{"action":"{\"command\":\"5\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Number5","label":"5"},{"action":"{\"command\":\"6\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Number6","label":"6"},{"action":"{\"command\":\"7\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Number7","label":"7"},{"action":"{\"command\":\"8\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Number8","label":"8"},{"action":"{\"command\":\"9\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Number9","label":"9"}]},{"name":"Volume","function":[{"action":"{\"command\":\"Mute\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Mute","label":"Mute"},{"action":"{\"command\":\"VolumeDown\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"VolumeDown","label":"Volume Down"},{"action":"{\"command\":\"VolumeUp\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"VolumeUp","label":"Volume Up"}]},{"name":"Channel","function":[{"action":"{\"command\":\"ChannelPrev\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"PrevChannel","label":"Prev Channel"}]},{"name":"NavigationBasic","function":[{"action":"{\"command\":\"DirectionDown\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"DirectionDown","label":"Direction Down"},{"action":"{\"command\":\"DirectionLeft\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"DirectionLeft","label":"Direction Left"},{"action":"{\"command\":\"DirectionRight\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"DirectionRight","label":"Direction Right"},{"action":"{\"command\":\"DirectionUp\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"DirectionUp","label":"Direction Up"},{"action":"{\"command\":\"Ok\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Select","label":"Select"}]},{"name":"TransportBasic","function":[{"action":"{\"command\":\"Stop\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Stop","label":"Stop"},{"action":"{\"command\":\"Play\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Play","label":"Play"},{"action":"{\"command\":\"Rewind\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Rewind","label":"Rewind"},{"action":"{\"command\":\"Pause\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Pause","label":"Pause"},{"action":"{\"command\":\"FastForward\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"FastForward","label":"Fast Forward"}]},{"name":"TransportRecording","function":[{"action":"{\"command\":\"Record\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Record","label":"Record"}]},{"name":"NavigationDVD","function":[{"action":"{\"command\":\"Menu\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Menu","label":"Menu"},{"action":"{\"command\":\"Audio\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Audio","label":"Audio"}]},{"name":"NavigationDSTB","function":[{"action":"{\"command\":\"DVR\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"List","label":"List"},{"action":"{\"command\":\"Search\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Search","label":"Search"}]},{"name":"GameType3","function":[{"action":"{\"command\":\"Ok\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"SelectGame","label":"Select"}]},{"name":"NavigationExtended","function":[{"action":"{\"command\":\"Guide\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Guide","label":"Guide"},{"action":"{\"command\":\"Info\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Info","label":"Info"},{"action":"{\"command\":\"Exit\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Exit","label":"Exit"}]},{"name":"ColoredButtons","function":[{"action":"{\"command\":\"Green\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Green","label":"Green"},{"action":"{\"command\":\"Red\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Red","label":"Red"},{"action":"{\"command\":\"Blue\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Blue","label":"Blue"},{"action":"{\"command\":\"Yellow\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Yellow","label":"Yellow"}]},{"name":"Teletext","function":[{"action":"{\"command\":\"Teletext\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Teletext","label":"Teletext"}]}],"isMultiZone":false,"VolumeActivityRole":"40533458","activityOrder":4,"roles":{"PlayMediaActivityRole":"40495383","VolumeActivityRole":"40533458","PassThroughActivityRole":"42182958"},"label":"Radio","imageKey":"Activity/EFD06B84-DCE8-4BF7-AF0C-AFAC990862B5.png","type":"VirtualCdMulti"},{"rules":[],"sequences":[],"isTuningDefault":false,"activityTypeDisplayName":"Default","KeyboardTextEntryActivityRole":"52785630","enterActions":[],"fixit":{"30836788":{"Input":"HDMI 2","id":"30836788","Power":"On"},"30847178":{"id":"30847178","isAlwaysOn":"true","Power":"On"},"40495383":{"id":"40495383","isRelativePower":true,"isRelativeInput":true,"Power":"Off"},"40533458":{"Input":"DIn","id":"40533458","Power":"On"},"40664362":{"id":"40664362","isRelativePower":true,"Input":"Input 2","Power":"On"},"42182958":{"id":"42182958","isRelativePower":true,"Power":"Off"},"52785630":{"id":"52785630","Power":"On"},"53416332":{"id":"53416332","isManualPower":true},"64606077":{"id":"64606077","isAlwaysOn":"true","Power":"On"}},"icon":"userdata: 0x4454c8","zones":null,"suggestedDisplay":"WatchFireTV","isAVActivity":true,"id":"32686284","baseImageUri":"https://rcbu-test-ssl-amr.s3.amazonaws.com/","controlGroup":[{"name":"Volume","function":[{"action":"{\"command\":\"Mute\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Mute","label":"Mute"},{"action":"{\"command\":\"VolumeDown\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"VolumeDown","label":"Volume Down"},{"action":"{\"command\":\"VolumeUp\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"VolumeUp","label":"Volume Up"}]},{"name":"NavigationBasic","function":[{"action":"{\"command\":\"DirectionDown\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"DirectionDown","label":"Direction Down"},{"action":"{\"command\":\"DirectionLeft\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"DirectionLeft","label":"Direction Left"},{"action":"{\"command\":\"DirectionRight\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"DirectionRight","label":"Direction Right"},{"action":"{\"command\":\"DirectionUp\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"DirectionUp","label":"Direction Up"},{"action":"{\"command\":\"OK\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Select","label":"Select"}]},{"name":"TransportBasic","function":[{"action":"{\"command\":\"Stop\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Stop","label":"Stop"},{"action":"{\"command\":\"Play\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Play","label":"Play"},{"action":"{\"command\":\"Rewind\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Rewind","label":"Rewind"},{"action":"{\"command\":\"Pause\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Pause","label":"Pause"},{"action":"{\"command\":\"FastForward\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"FastForward","label":"Fast Forward"}]},{"name":"TransportExtended","function":[{"action":"{\"command\":\"SkipBack\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"SkipBackward","label":"Skip Backward"},{"action":"{\"command\":\"SkipForward\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"SkipForward","label":"Skip Forward"}]},{"name":"NavigationDVD","function":[{"action":"{\"command\":\"Menu\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Menu","label":"Menu"},{"action":"{\"command\":\"Audio\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Audio","label":"Audio"},{"action":"{\"command\":\"Back\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Back","label":"Back"}]},{"name":"GameType3","function":[{"action":"{\"command\":\"Home\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Home","label":"Home"},{"action":"{\"command\":\"Home\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"SmartMenu","label":"Home"},{"action":"{\"command\":\"OK\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"SelectGame","label":"Select"}]},{"name":"NavigationExtended","function":[{"action":"{\"command\":\"Exit\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Exit","label":"Exit"},{"action":"{\"command\":\"Exit\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Exit","label":"Esc"}]},{"name":"DisplayMode","function":[{"action":"{\"command\":\"P.Size\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"Aspect","label":"Aspect"}]},{"name":"Setup","function":[{"action":"{\"command\":\"Sleep\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Sleep","label":"Sleep"}]}],"isMultiZone":false,"VolumeActivityRole":"40533458","activityOrder":2,"roles":{"DisplayActivityRole":"30836788","VolumeActivityRole":"40533458","ControlsMediaPlayerActivityRole":"52785630","PassThroughActivityRole":"40664362","KeyboardTextEntryActivityRole":"52785630"},"imageKey":"Activity/7256705_b6920e9c-13c8-5c83-c86a-0f1ef4062eb6.png","label":"AirPlay Mirroring","type":"VirtualGeneric"},{"rules":[],"sequences":[],"isTuningDefault":false,"activityTypeDisplayName":"Default","enterActions":[],"fixit":{"30836788":{"id":"30836788","Power":"Off"},"30847178":{"id":"30847178","isAlwaysOn":"true","Power":"On"},"40495383":{"id":"40495383","isRelativePower":true,"isRelativeInput":true,"Power":"Off"},"40533458":{"Input":"DIn","id":"40533458","Power":"On"},"40664362":{"id":"40664362","isRelativePower":true,"Input":"Input 2","Power":"On"},"42182958":{"id":"42182958","isRelativePower":true,"Power":"Off"},"52785630":{"id":"52785630","Power":"Off"},"53416332":{"id":"53416332","isManualPower":true},"64606077":{"id":"64606077","isAlwaysOn":"true","Power":"On"}},"icon":"userdata: 0x4454c8","zones":null,"suggestedDisplay":"ListenToMusic","isAVActivity":true,"id":"34615410","baseImageUri":"https://rcbu-test-ssl-amr.s3.amazonaws.com/","controlGroup":[{"name":"NumericBasic","function":[{"action":"{\"command\":\"0\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Number0","label":"0"},{"action":"{\"command\":\"1\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Number1","label":"1"},{"action":"{\"command\":\"2\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Number2","label":"2"},{"action":"{\"command\":\"3\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Number3","label":"3"},{"action":"{\"command\":\"4\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Number4","label":"4"},{"action":"{\"command\":\"5\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Number5","label":"5"},{"action":"{\"command\":\"6\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Number6","label":"6"},{"action":"{\"command\":\"7\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Number7","label":"7"},{"action":"{\"command\":\"8\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Number8","label":"8"},{"action":"{\"command\":\"9\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Number9","label":"9"},{"action":"{\"command\":\"Clear\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Clear","label":"Clear"}]},{"name":"Volume","function":[{"action":"{\"command\":\"Mute\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Mute","label":"Mute"},{"action":"{\"command\":\"VolumeDown\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"VolumeDown","label":"Volume Down"},{"action":"{\"command\":\"VolumeUp\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"VolumeUp","label":"Volume Up"}]},{"name":"NavigationBasic","function":[{"action":"{\"command\":\"DirectionDown\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"DirectionDown","label":"Direction Down"},{"action":"{\"command\":\"DirectionLeft\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"DirectionLeft","label":"Direction Left"},{"action":"{\"command\":\"DirectionRight\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"DirectionRight","label":"Direction Right"},{"action":"{\"command\":\"DirectionUp\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"DirectionUp","label":"Direction Up"},{"action":"{\"command\":\"Select\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Select","label":"Select"}]},{"name":"TransportBasic","function":[{"action":"{\"command\":\"Stop\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Stop","label":"Stop"},{"action":"{\"command\":\"Play\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Play","label":"Play"},{"action":"{\"command\":\"Rewind\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Rewind","label":"Rewind"},{"action":"{\"command\":\"Eject\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Eject","label":"Eject"},{"action":"{\"command\":\"Pause\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Pause","label":"Pause"},{"action":"{\"command\":\"FastForward\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"FastForward","label":"Fast Forward"}]},{"name":"TransportExtended","function":[{"action":"{\"command\":\"ChapterPrev\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"SkipBackward","label":"Skip Backward"},{"action":"{\"command\":\"ChapterNext\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"SkipForward","label":"Skip Forward"}]},{"name":"NavigationDVD","function":[{"action":"{\"command\":\"Title\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"TopMenu","label":"Top Menu"},{"action":"{\"command\":\"Subtitle\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Subtitle","label":"Subtitle"},{"action":"{\"command\":\"Audio\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Audio","label":"Audio"}]},{"name":"GameType3","function":[{"action":"{\"command\":\"Select\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"SelectGame","label":"Select"}]},{"name":"RadioTuner","function":[{"action":"{\"command\":\"PresetPrev\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"PrevPreset","label":"Prev Preset"},{"action":"{\"command\":\"PresetNext\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"NextPreset","label":"Next Preset"}]},{"name":"NavigationExtended","function":[{"action":"{\"command\":\"Info\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Info","label":"Info"}]},{"name":"PlayMode","function":[{"action":"{\"command\":\"Repeat\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Repeat","label":"Repeat"},{"action":"{\"command\":\"Random\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Shuffle","label":"Shuffle"}]}],"isMultiZone":false,"VolumeActivityRole":"40533458","activityOrder":3,"roles":{"VolumeActivityRole":"40533458","PlayMediaActivityRole":"40533458","PassThroughActivityRole":"40664362"},"label":"AirPlay Audio","imageKey":"Activity/7256705_4c1d23b1-b571-5b21-f665-88ca68757317.png","type":"VirtualCdMulti"},{"rules":[],"sequences":[],"isTuningDefault":false,"activityTypeDisplayName":"Default","KeyboardTextEntryActivityRole":"64606077","enterActions":[],"fixit":{"30836788":{"Input":"HDMI 3","id":"30836788","Power":"On"},"30847178":{"id":"30847178","isAlwaysOn":"true","Power":"On"},"40495383":{"id":"40495383","isRelativePower":true,"isRelativeInput":true,"Power":"Off"},"40533458":{"id":"40533458","Power":"Off"},"40664362":{"id":"40664362","isRelativePower":true,"Power":"Off"},"42182958":{"id":"42182958","isRelativePower":true,"Power":"Off"},"52785630":{"id":"52785630","Power":"Off"},"53416332":{"id":"53416332","isManualPower":true},"64606077":{"id":"64606077","isAlwaysOn":"true","Power":"On"}},"baseImageUri":"https://rcbu-test-ssl-amr.s3.amazonaws.com/","zones":null,"type":"VirtualGeneric","isAVActivity":true,"id":"40819737","controlGroup":[{"name":"Volume","function":[{"action":"{\"command\":\"Mute\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"Mute","label":"Mute"},{"action":"{\"command\":\"VolumeDown\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"VolumeDown","label":"Volume Down"},{"action":"{\"command\":\"VolumeUp\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"VolumeUp","label":"Volume Up"}]},{"name":"NavigationBasic","function":[{"action":"{\"command\":\"DirectionDown\",\"type\":\"IRCommand\",\"deviceId\":\"64606077\"}","name":"DirectionDown","label":"Direction Down"},{"action":"{\"command\":\"DirectionLeft\",\"type\":\"IRCommand\",\"deviceId\":\"64606077\"}","name":"DirectionLeft","label":"Direction Left"},{"action":"{\"command\":\"DirectionRight\",\"type\":\"IRCommand\",\"deviceId\":\"64606077\"}","name":"DirectionRight","label":"Direction Right"},{"action":"{\"command\":\"DirectionUp\",\"type\":\"IRCommand\",\"deviceId\":\"64606077\"}","name":"DirectionUp","label":"Direction Up"},{"action":"{\"command\":\"Select\",\"type\":\"IRCommand\",\"deviceId\":\"64606077\"}","name":"Select","label":"Select"}]},{"name":"TransportBasic","function":[{"action":"{\"command\":\"Stop\",\"type\":\"IRCommand\",\"deviceId\":\"64606077\"}","name":"Stop","label":"Stop"},{"action":"{\"command\":\"Play\",\"type\":\"IRCommand\",\"deviceId\":\"64606077\"}","name":"Play","label":"Play"},{"action":"{\"command\":\"Rewind\",\"type\":\"IRCommand\",\"deviceId\":\"64606077\"}","name":"Rewind","label":"Rewind"},{"action":"{\"command\":\"Pause\",\"type\":\"IRCommand\",\"deviceId\":\"64606077\"}","name":"Pause","label":"Pause"},{"action":"{\"command\":\"FastForward\",\"type\":\"IRCommand\",\"deviceId\":\"64606077\"}","name":"FastForward","label":"Fast Forward"}]},{"name":"NavigationDVD","function":[{"action":"{\"command\":\"Menu\",\"type\":\"IRCommand\",\"deviceId\":\"64606077\"}","name":"Menu","label":"Menu"},{"action":"{\"command\":\"Back\",\"type\":\"IRCommand\",\"deviceId\":\"64606077\"}","name":"Back","label":"Back"}]},{"name":"GameType3","function":[{"action":"{\"command\":\"Home\",\"type\":\"IRCommand\",\"deviceId\":\"64606077\"}","name":"Home","label":"Home"},{"action":"{\"command\":\"Select\",\"type\":\"IRCommand\",\"deviceId\":\"64606077\"}","name":"SelectGame","label":"Select"}]},{"name":"DisplayMode","function":[{"action":"{\"command\":\"P.Size\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"Aspect","label":"Aspect"}]}],"icon":"userdata: 0x4454c8","VolumeActivityRole":"30836788","isMultiZone":false,"roles":{"VolumeActivityRole":"30836788","DisplayActivityRole":"30836788","ControlsAppleTVActivityRole":"64606077","KeyboardTextEntryActivityRole":"64606077"},"suggestedDisplay":"WatchAppleTV","label":"Apple TV","activityOrder":7},{"type":"PowerOff","isAVActivity":false,"sequences":[],"id":"-1","activityTypeDisplayName":"Default","controlGroup":[],"suggestedDisplay":"Default","roles":[],"enterActions":[],"fixit":{"30836788":{"id":"30836788","Power":"Off"},"30847178":{"id":"30847178","isAlwaysOn":"true","Power":"On"},"40495383":{"id":"40495383","isRelativePower":true,"isRelativeInput":true,"Power":"Off"},"40533458":{"id":"40533458","Power":"Off"},"40664362":{"id":"40664362","isRelativePower":true,"Power":"Off"},"42182958":{"id":"42182958","isRelativePower":true,"Power":"Off"},"52785630":{"id":"52785630","Power":"Off"},"53416332":{"id":"53416332","isManualPower":true},"64606077":{"id":"64606077","isAlwaysOn":"true","Power":"On"}},"rules":[],"icon":"Default","label":"PowerOff"},{"rules":[],"sequences":["717950"],"isTuningDefault":true,"activityTypeDisplayName":"Default","ChannelChangingActivityRole":"40495383","enterActions":[],"fixit":{"30836788":{"Input":"HDMI 1/DVI","id":"30836788","Power":"On"},"30847178":{"id":"30847178","isAlwaysOn":"true","Power":"On"},"40495383":{"isRelativeInput":true,"Power":"On","Input":"TV","id":"40495383","isRelativePower":true},"40533458":{"Input":"DIn","id":"40533458","Power":"On"},"40664362":{"id":"40664362","isRelativePower":true,"Input":"Input 1","Power":"On"},"42182958":{"id":"42182958","isRelativePower":true,"Power":"Off"},"52785630":{"id":"52785630","Power":"Off"},"53416332":{"id":"53416332","isManualPower":true},"64606077":{"id":"64606077","isAlwaysOn":"true","Power":"On"}},"icon":"userdata: 0x4454c8","zones":null,"suggestedDisplay":"WatchTV","isAVActivity":true,"id":"16590309","baseImageUri":"https://rcbu-test-ssl-amr.s3.amazonaws.com/","controlGroup":[{"name":"NumericBasic","function":[{"action":"{\"command\":\"0\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Number0","label":"0"},{"action":"{\"command\":\"1\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Number1","label":"1"},{"action":"{\"command\":\"2\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Number2","label":"2"},{"action":"{\"command\":\"3\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Number3","label":"3"},{"action":"{\"command\":\"4\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Number4","label":"4"},{"action":"{\"command\":\"5\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Number5","label":"5"},{"action":"{\"command\":\"6\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Number6","label":"6"},{"action":"{\"command\":\"7\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Number7","label":"7"},{"action":"{\"command\":\"8\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Number8","label":"8"},{"action":"{\"command\":\"9\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Number9","label":"9"}]},{"name":"Volume","function":[{"action":"{\"command\":\"Mute\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Mute","label":"Mute"},{"action":"{\"command\":\"VolumeDown\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"VolumeDown","label":"Volume Down"},{"action":"{\"command\":\"VolumeUp\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"VolumeUp","label":"Volume Up"}]},{"name":"Channel","function":[{"action":"{\"command\":\"ChannelPrev\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"PrevChannel","label":"Prev Channel"},{"action":"{\"command\":\"ChannelDown\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"ChannelDown","label":"Channel Down"},{"action":"{\"command\":\"ChannelUp\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"ChannelUp","label":"Channel Up"}]},{"name":"NavigationBasic","function":[{"action":"{\"command\":\"DirectionDown\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"DirectionDown","label":"Direction Down"},{"action":"{\"command\":\"DirectionLeft\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"DirectionLeft","label":"Direction Left"},{"action":"{\"command\":\"DirectionRight\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"DirectionRight","label":"Direction Right"},{"action":"{\"command\":\"DirectionUp\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"DirectionUp","label":"Direction Up"},{"action":"{\"command\":\"Ok\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Select","label":"Select"}]},{"name":"TransportBasic","function":[{"action":"{\"command\":\"Stop\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Stop","label":"Stop"},{"action":"{\"command\":\"Play\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Play","label":"Play"},{"action":"{\"command\":\"Rewind\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Rewind","label":"Rewind"},{"action":"{\"command\":\"Pause\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Pause","label":"Pause"},{"action":"{\"command\":\"FastForward\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"FastForward","label":"Fast Forward"}]},{"name":"TransportRecording","function":[{"action":"{\"command\":\"Record\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Record","label":"Record"}]},{"name":"NavigationDVD","function":[{"action":"{\"command\":\"Menu\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Menu","label":"Menu"},{"action":"{\"command\":\"Audio\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Audio","label":"Audio"}]},{"name":"NavigationDSTB","function":[{"action":"{\"command\":\"DVR\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"List","label":"List"},{"action":"{\"command\":\"Search\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Search","label":"Search"}]},{"name":"GameType3","function":[{"action":"{\"command\":\"Ok\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"SelectGame","label":"Select"}]},{"name":"NavigationExtended","function":[{"action":"{\"command\":\"Guide\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Guide","label":"Guide"},{"action":"{\"command\":\"Info\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Info","label":"Info"},{"action":"{\"command\":\"Exit\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Exit","label":"Exit"}]},{"name":"DisplayMode","function":[{"action":"{\"command\":\"P.Size\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"Aspect","label":"Aspect"}]},{"name":"ColoredButtons","function":[{"action":"{\"command\":\"Green\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Green","label":"Green"},{"action":"{\"command\":\"Red\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Red","label":"Red"},{"action":"{\"command\":\"Blue\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Blue","label":"Blue"},{"action":"{\"command\":\"Yellow\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Yellow","label":"Yellow"}]},{"name":"Teletext","function":[{"action":"{\"command\":\"Teletext\",\"type\":\"IRCommand\",\"deviceId\":\"40495383\"}","name":"Teletext","label":"Teletext"}]}],"isMultiZone":false,"VolumeActivityRole":"40533458","activityOrder":0,"roles":{"ChannelChangingActivityRole":"40495383","DisplayActivityRole":"30836788","VolumeActivityRole":"40533458","PassThroughActivityRole":"40664362"},"imageKey":"Activity/7256705_85af08e0-218a-513c-4a60-be371c692cf8.png","label":"Television","type":"VirtualTelevisionN"},{"rules":[],"sequences":[],"isTuningDefault":false,"activityTypeDisplayName":"Default","KeyboardTextEntryActivityRole":"52785630","enterActions":[{"name":"SendCommand","parameters":{"Command":"home","Modifier":"press","DeviceId":"52785630"}},{"name":"SendDelay","parameters":{"DelayValue":1000}},{"name":"SendCommand","parameters":{"Command":"directiondown","Modifier":"press","DeviceId":"52785630"}},{"name":"SendCommand","parameters":{"Command":"directiondown","Modifier":"press","DeviceId":"52785630"}},{"name":"SendCommand","parameters":{"Command":"directiondown","Modifier":"press","DeviceId":"52785630"}},{"name":"SendCommand","parameters":{"Command":"ok","Modifier":"press","DeviceId":"52785630"}}],"fixit":{"30836788":{"Input":"HDMI 2","id":"30836788","Power":"On"},"30847178":{"id":"30847178","isAlwaysOn":"true","Power":"On"},"40495383":{"id":"40495383","isRelativePower":true,"isRelativeInput":true,"Power":"Off"},"40533458":{"Input":"DIn","id":"40533458","Power":"On"},"40664362":{"id":"40664362","isRelativePower":true,"Input":"Input 2","Power":"On"},"42182958":{"id":"42182958","isRelativePower":true,"Power":"Off"},"52785630":{"id":"52785630","Power":"On"},"53416332":{"id":"53416332","isManualPower":true},"64606077":{"id":"64606077","isAlwaysOn":"true","Power":"On"}},"icon":"userdata: 0x4454c8","zones":null,"suggestedDisplay":"WatchFireTV","isAVActivity":true,"id":"32251798","baseImageUri":"https://rcbu-test-ssl-amr.s3.amazonaws.com/","controlGroup":[{"name":"Volume","function":[{"action":"{\"command\":\"Mute\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Mute","label":"Mute"},{"action":"{\"command\":\"VolumeDown\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"VolumeDown","label":"Volume Down"},{"action":"{\"command\":\"VolumeUp\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"VolumeUp","label":"Volume Up"}]},{"name":"NavigationBasic","function":[{"action":"{\"command\":\"DirectionDown\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"DirectionDown","label":"Direction Down"},{"action":"{\"command\":\"DirectionLeft\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"DirectionLeft","label":"Direction Left"},{"action":"{\"command\":\"DirectionRight\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"DirectionRight","label":"Direction Right"},{"action":"{\"command\":\"DirectionUp\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"DirectionUp","label":"Direction Up"},{"action":"{\"command\":\"OK\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Select","label":"Select"}]},{"name":"TransportBasic","function":[{"action":"{\"command\":\"Stop\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Stop","label":"Stop"},{"action":"{\"command\":\"Play\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Play","label":"Play"},{"action":"{\"command\":\"Rewind\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Rewind","label":"Rewind"},{"action":"{\"command\":\"Pause\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Pause","label":"Pause"},{"action":"{\"command\":\"FastForward\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"FastForward","label":"Fast Forward"}]},{"name":"TransportExtended","function":[{"action":"{\"command\":\"SkipBack\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"SkipBackward","label":"Skip Backward"},{"action":"{\"command\":\"SkipForward\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"SkipForward","label":"Skip Forward"}]},{"name":"NavigationDVD","function":[{"action":"{\"command\":\"Menu\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Menu","label":"Menu"},{"action":"{\"command\":\"Audio\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Audio","label":"Audio"},{"action":"{\"command\":\"Back\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Back","label":"Back"}]},{"name":"GameType3","function":[{"action":"{\"command\":\"Home\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Home","label":"Home"},{"action":"{\"command\":\"Home\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"SmartMenu","label":"Home"},{"action":"{\"command\":\"OK\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"SelectGame","label":"Select"}]},{"name":"NavigationExtended","function":[{"action":"{\"command\":\"Exit\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Exit","label":"Exit"},{"action":"{\"command\":\"Exit\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Exit","label":"Esc"}]},{"name":"DisplayMode","function":[{"action":"{\"command\":\"P.Size\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"Aspect","label":"Aspect"}]},{"name":"Setup","function":[{"action":"{\"command\":\"Sleep\",\"type\":\"IRCommand\",\"deviceId\":\"52785630\"}","name":"Sleep","label":"Sleep"}]}],"isMultiZone":false,"VolumeActivityRole":"40533458","activityOrder":1,"roles":{"DisplayActivityRole":"30836788","VolumeActivityRole":"40533458","ControlsMediaPlayerActivityRole":"52785630","PassThroughActivityRole":"40664362","KeyboardTextEntryActivityRole":"52785630"},"imageKey":"Activity/7256705_038cbf9a-6901-f99e-5082-4d973a3e09c7.png","label":"Plex","type":"VirtualGeneric"},{"rules":[],"sequences":[],"isTuningDefault":false,"activityTypeDisplayName":"Default","KeyboardTextEntryActivityRole":"30847178","enterActions":[{"name":"SendCommand","parameters":{"Command":"ctrl+⌘+z","Modifier":"press","DeviceId":"53416332"}}],"fixit":{"30836788":{"Input":"HDMI 4","id":"30836788","Power":"On"},"30847178":{"id":"30847178","isAlwaysOn":"true","Power":"On"},"40495383":{"id":"40495383","isRelativePower":true,"isRelativeInput":true,"Power":"Off"},"40533458":{"Input":"DIn","id":"40533458","Power":"On"},"40664362":{"id":"40664362","isRelativePower":true,"Input":"Input 4","Power":"Off"},"42182958":{"id":"42182958","isRelativePower":true,"Power":"Off"},"52785630":{"id":"52785630","Power":"Off"},"53416332":{"id":"53416332","isManualPower":true},"64606077":{"id":"64606077","isAlwaysOn":"true","Power":"On"}},"icon":"userdata: 0x4454c8","zones":null,"suggestedDisplay":"PlayGame","isAVActivity":true,"id":"16597139","baseImageUri":"https://rcbu-test-ssl-amr.s3.amazonaws.com/","controlGroup":[{"name":"Volume","function":[{"action":"{\"command\":\"Mute\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Mute","label":"Mute"},{"action":"{\"command\":\"VolumeDown\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"VolumeDown","label":"Volume Down"},{"action":"{\"command\":\"VolumeUp\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"VolumeUp","label":"Volume Up"}]},{"name":"NavigationBasic","function":[{"action":"{\"command\":\"DirectionDown\",\"type\":\"IRCommand\",\"deviceId\":\"30847178\"}","name":"DirectionDown","label":"Direction Down"},{"action":"{\"command\":\"DirectionLeft\",\"type\":\"IRCommand\",\"deviceId\":\"30847178\"}","name":"DirectionLeft","label":"Direction Left"},{"action":"{\"command\":\"DirectionRight\",\"type\":\"IRCommand\",\"deviceId\":\"30847178\"}","name":"DirectionRight","label":"Direction Right"},{"action":"{\"command\":\"DirectionUp\",\"type\":\"IRCommand\",\"deviceId\":\"30847178\"}","name":"DirectionUp","label":"Direction Up"},{"action":"{\"command\":\"OK\",\"type\":\"IRCommand\",\"deviceId\":\"30847178\"}","name":"Select","label":"Select"}]},{"name":"TransportBasic","function":[{"action":"{\"command\":\"Stop\",\"type\":\"IRCommand\",\"deviceId\":\"30847178\"}","name":"Stop","label":"Stop"},{"action":"{\"command\":\"Play\",\"type\":\"IRCommand\",\"deviceId\":\"30847178\"}","name":"Play","label":"Play"},{"action":"{\"command\":\"Rewind\",\"type\":\"IRCommand\",\"deviceId\":\"30847178\"}","name":"Rewind","label":"Rewind"},{"action":"{\"command\":\"Pause\",\"type\":\"IRCommand\",\"deviceId\":\"30847178\"}","name":"Pause","label":"Pause"},{"action":"{\"command\":\"FastForward\",\"type\":\"IRCommand\",\"deviceId\":\"30847178\"}","name":"FastForward","label":"Fast Forward"}]},{"name":"NavigationDVD","function":[{"action":"{\"command\":\"Back\",\"type\":\"IRCommand\",\"deviceId\":\"30847178\"}","name":"Back","label":"Back"},{"action":"{\"command\":\"Audio\",\"type\":\"IRCommand\",\"deviceId\":\"40533458\"}","name":"Audio","label":"Audio"}]},{"name":"NavigationDSTB","function":[{"action":"{\"command\":\"Search\",\"type\":\"IRCommand\",\"deviceId\":\"30847178\"}","name":"Search","label":"Search"}]},{"name":"GameType2","function":[{"action":"{\"command\":\"Cross\",\"type\":\"IRCommand\",\"deviceId\":\"30847178\"}","name":"Cross","label":"Cross"},{"action":"{\"command\":\"Circle\",\"type\":\"IRCommand\",\"deviceId\":\"30847178\"}","name":"Circle","label":"Circle"},{"action":"{\"command\":\"Square\",\"type\":\"IRCommand\",\"deviceId\":\"30847178\"}","name":"Square","label":"Square"},{"action":"{\"command\":\"Triangle\",\"type\":\"IRCommand\",\"deviceId\":\"30847178\"}","name":"Triangle","label":"Triangle"}]},{"name":"GameType3","function":[{"action":"{\"command\":\"OK\",\"type\":\"IRCommand\",\"deviceId\":\"30847178\"}","name":"SelectGame","label":"Select"}]},{"name":"NavigationExtended","function":[{"action":"{\"command\":\"PS\",\"type\":\"IRCommand\",\"deviceId\":\"30847178\"}","name":"PS","label":"PS"},{"action":"{\"command\":\"Info\",\"type\":\"IRCommand\",\"deviceId\":\"30847178\"}","name":"Info","label":"Info"}]},{"name":"DisplayMode","function":[{"action":"{\"command\":\"P.Size\",\"type\":\"IRCommand\",\"deviceId\":\"30836788\"}","name":"Aspect","label":"Aspect"}]}],"isMultiZone":false,"VolumeActivityRole":"40533458","activityOrder":5,"roles":{"DisplayActivityRole":"30836788","VolumeActivityRole":"40533458","PlayGameActivityRole":"30847178","PassThroughActivityRole":"53416332","KeyboardTextEntryActivityRole":"30847178"},"imageKey":"Activity/DEC07396-B858-47E8-AE50-4AB346AF1D98.png","label":"PS4 BluRay","type":"VirtualGameConsole"}]}}
[2019-8-20 1:33:45 PM] [Wohnzimmer Harmony] INFO - Adding Accessory : Wohnzimmer Harmony-TV
[2019-8-20 1:33:45 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)INFO - configuring Main TV Service
[2019-8-20 1:33:45 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)INFO - Creating TV Service
[2019-8-20 1:33:45 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)INFO - accessories : main activity name : Television
[2019-8-20 1:33:45 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)INFO - accessories : activity to configure : Amazon Fire TV
[2019-8-20 1:33:45 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)INFO - Creating Input Service - Amazon Fire TV
[2019-8-20 1:33:45 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)INFO - accessories : activity to configure : Radio
[2019-8-20 1:33:45 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)INFO - Creating Input Service - Radio
[2019-8-20 1:33:45 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)INFO - accessories : activity to configure : AirPlay Mirroring
[2019-8-20 1:33:45 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)INFO - Creating Input Service - AirPlay Mirroring
[2019-8-20 1:33:45 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)INFO - accessories : activity to configure : AirPlay Audio
[2019-8-20 1:33:45 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)INFO - Creating Input Service - AirPlay Audio
[2019-8-20 1:33:45 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)INFO - accessories : activity to configure : Apple TV
[2019-8-20 1:33:45 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)INFO - Creating Input Service - Apple TV
[2019-8-20 1:33:45 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)INFO - accessories : activity to configure : Television
[2019-8-20 1:33:45 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)INFO - Configuring Main Activity Television
[2019-8-20 1:33:45 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)INFO - Creating TV Speaker Service
[2019-8-20 1:33:45 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)INFO - Creating Input Service - Television
[2019-8-20 1:33:45 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)INFO - accessories : activity to configure : Plex
[2019-8-20 1:33:45 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)INFO - Creating Input Service - Plex
[2019-8-20 1:33:45 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)INFO - accessories : activity to configure : PS4 BluRay
[2019-8-20 1:33:45 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)INFO - Creating Input Service - PS4 BluRay
[2019-8-20 1:33:45 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)INFO - Discovered Activity : Amazon Fire TV
[2019-8-20 1:33:45 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)INFO - Discovered Activity : Radio
[2019-8-20 1:33:45 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)INFO - Discovered Activity : AirPlay Mirroring
[2019-8-20 1:33:45 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)INFO - Discovered Activity : AirPlay Audio
[2019-8-20 1:33:45 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)INFO - Discovered Activity : Apple TV
[2019-8-20 1:33:45 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)INFO - Discovered Activity : PowerOff
[2019-8-20 1:33:45 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)INFO - Discovered Activity : Television
[2019-8-20 1:33:45 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)INFO - Discovered Activity : Plex
[2019-8-20 1:33:45 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)INFO - Discovered Activity : PS4 BluRay
[2019-8-20 1:33:45 PM] [Wohnzimmer Harmony] INFO - setupFoundAccessories - TV accessory added as external accessory
[2019-8-20 1:33:45 PM] Wohnzimmer Harmony-TV is running on port 63101.
[2019-8-20 1:33:45 PM] Please add [Wohnzimmer Harmony-TV] manually in Home app. Setup Code: 081-51-337
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] INFO - refreshCurrentActivity : Refresh needed since last update is too old or current Activity is not set : -1
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] keysMap is :{}
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] INFO - refreshCurrentActivity : NO refresh needed since last update was on :-1 and current Activity is set
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] (Schlafzimmer Harmony)checkOn : -1/-1/false/false
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] (Schlafzimmer Harmony)Got status for PowerOff - was true set to true
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] INFO - refreshCurrentActivity : NO refresh needed since last update was on :-1 and current Activity is set
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] (Schlafzimmer Harmony)checkOn : -1/34615073/false/false
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] (Schlafzimmer Harmony)Got status for AirPlay Audio - was false set to false
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] INFO - refreshCurrentActivity : NO refresh needed since last update was on :-1 and current Activity is set
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] (Schlafzimmer Harmony)checkOn : -1/23348175/false/false
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] (Schlafzimmer Harmony)Got status for Television - was false set to false
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] INFO - refreshCurrentActivity : NO refresh needed since last update was on :-1 and current Activity is set
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] (Schlafzimmer Harmony)checkOn : -1/36078732/false/false
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] (Schlafzimmer Harmony)Got status for Amazon Fire TV - was false set to false
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] INFO - refreshCurrentActivity : NO refresh needed since last update was on :-1 and current Activity is set
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] (Schlafzimmer Harmony)checkOn : -1/32221096/false/false
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] (Schlafzimmer Harmony)Got status for Plex - was false set to false
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] INFO - refreshCurrentActivity : NO refresh needed since last update was on :-1 and current Activity is set
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] (Schlafzimmer Harmony)checkOn : -1/32686239/false/false
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] (Schlafzimmer Harmony)Got status for AirPlay Mirroring - was false set to false
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] INFO - refreshCurrentActivity : Refresh needed since last update is too old or current Activity is not set : -1
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] keysMap is :{}
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] INFO - refreshCurrentActivity : NO refresh needed since last update was on :-1 and current Activity is set
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)checkOn : -1/-1/false/false
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)Got status for PowerOff - was true set to true
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] INFO - refreshCurrentActivity : NO refresh needed since last update was on :-1 and current Activity is set
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)checkOn : -1/36078750/false/false
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)Got status for Amazon Fire TV - was false set to false
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] INFO - refreshCurrentActivity : NO refresh needed since last update was on :-1 and current Activity is set
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)checkOn : -1/35882685/false/false
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)Got status for Radio - was false set to false
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] INFO - refreshCurrentActivity : NO refresh needed since last update was on :-1 and current Activity is set
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)checkOn : -1/32686284/false/false
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)Got status for AirPlay Mirroring - was false set to false
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] INFO - refreshCurrentActivity : NO refresh needed since last update was on :-1 and current Activity is set
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)checkOn : -1/34615410/false/false
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)Got status for AirPlay Audio - was false set to false
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] INFO - refreshCurrentActivity : NO refresh needed since last update was on :-1 and current Activity is set
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)checkOn : -1/40819737/false/false
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)Got status for Apple TV - was false set to false
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] INFO - refreshCurrentActivity : NO refresh needed since last update was on :-1 and current Activity is set
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)checkOn : -1/16590309/false/false
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)Got status for Television - was false set to false
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] INFO - refreshCurrentActivity : NO refresh needed since last update was on :-1 and current Activity is set
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)checkOn : -1/32251798/false/false
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)Got status for Plex - was false set to false
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] INFO - refreshCurrentActivity : NO refresh needed since last update was on :-1 and current Activity is set
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)checkOn : -1/16597139/false/false
[2019-8-20 1:33:47 PM] [Wohnzimmer Harmony] (Wohnzimmer Harmony)Got status for PS4 BluRay - was false set to false

And this is the config from this log:

    "platforms": [{
        "platform": "HarmonyHubWebSocket",
        "name": "Wohnzimmer Harmony",
        "hubIP": "192.168.1.24",
        "mainActivity": "Television",
        "showTurnOffActivity": true,
        "switchAccessories": true,
        "publishSwitchActivitiesAsIndividualAccessories": true,
        "addAllActivitiesToSkippedIfSameStateActivitiesList": true,
        "otherPlatforms": [{
            "name": "Schlafzimmer Harmony",
            "hubIP": "192.168.1.25",
            "mainActivity": "Television",
            "showTurnOffActivity": true,
            "switchAccessories": true,
            "publishSwitchActivitiesAsIndividualAccessories": true,
            "addAllActivitiesToSkippedIfSameStateActivitiesList": true
        }]
    }]

And now works fine. Thank you.

nicoduj commented 5 years ago

Ok, thank you ! I will try to better handle config change in a next version in order to avoid manual cache cleaning.

Sent with GitHawk

nicoduj commented 5 years ago

167