here's the volume
<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1462">
<Macro Name="set volume to payload" Expanded="True">
<Event Name="Broadcast.Set Volume" />
<Event Name="Set Volume" />
<Action>
EventGhost.PythonScript(u'payload = eg.event.payload\neg.plugins.System.SetMasterVolume(int(payload), 0)\n\n\n ')
</Action>
</Macro>
</EventGhost>