there is a Samsung TV Network control plugin available for EG. located HERE
It to can even turn the TV on and it supports all Samsung TV's from the C series (2011 i believe) up to the current.


it is also made to run on EG 0.5 as well

Code: Select all
<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="0.5.0-rc6">
<Macro Name="Messenger - Detector" XML_Guid="{22F3DC5A-A3D3-4348-8546-908158074079}" Expanded="True">
<Event Name="TaskMonitorPlus.Activated.Messenger for Desktop" XML_Guid="{112CC07C-9299-4FDE-A9E9-793F3AF3D87C}" />
<Action XML_Guid="{5DE40D64-0EC6-4551-835F-F3CC971F7820}">
EventGhost.Wait(2.0)
</Action>
<Action XML_Guid="{F0E29AE4-C7E2-4FB3-B2C0-A7751D569636}">
EventGhost.PythonScript(u'if eg.event.payload.IsActive() is not "True":\n eg.StopMacro()')
</Action>
<Action XML_Guid="{5A5A23E7-0724-45E3-A7E8-4C13E6FF3824}">
EventGhost.ShowMessageBox(u'Workflow stopped', u'Window was minimized before it can continue.', u'', u'', False, 28672, 1, 1)
</Action>
</Macro>
</EventGhost>