NAME
onkyo-anyevent - AnyEvent Perl script to interact with Onkyo/Integra AV equipment
VERSION
version 1.130220
SYNOPSIS
# increase volume (using discovery)
onkyo-anyevent volume up
# decrease volume with "raw" command (using discovery)
onkyo-anyevent MVLDOWN
# send multiple commands (using named device)
(echo power on ; echo volume- ) | onkyo-anyevent --device amp.example.com
DESCRIPTION
This script is an example of the usage of the AnyEvent::Onkyo API. It connects to the device and reads commands from stdin and reports status message and responses from commands on stdout.
SEE ALSO
AUTHOR
Mark Hindess <soft-cpan@temporalanomaly.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Mark Hindess.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.