Only tested with Agron iNet 3+ and latest firmware.
services=ssdp.discover('urn:schemas-frontier-silicon-com:argon_001:fsapi:1')
ifnotlen(services):
print'No server found on network'sys.exit(1)
fs=FSAPI(services[0].location, 123)
fs.volume=12fs.mode='dab'fs.power=Trueprint'Name: %s'%fs.friendly_nameprint'Version: %s'%fs.versionprint'Mute: %s'%fs.muteprint'Mode: %s'%fs.modeprint'Power: %s'%fs.powerprint'Volume: %s'%fs.volumeprint'Play status: %s'%fs.play_statusprint'Track name: %s'%fs.play_info_nameprint'Track text: %s'%fs.play_info_text