Skip to content

TheLartians/denon-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Denon-CLI

A simple command line interface for controlling Denon AVR receivers.

Installation

Until this repo is added to npm, the CLI must be installed manually. To do so, clone this repo and run the following from inside the repos' root directory.

yarn install
yarn build
yarn global install $(pwd)

Usage

Usage: denon-cli [options]

Options:
  -V, --version            output the version number
  -d, --debug              output extra debugging
  -m, --mode <mode>        sets the surround mode (choices: "mstereo", "dolby", "dts", "rock", "jazz", "stereo", "direct")
  -c, --command <command>  send a command to the receiver (choices: "on", "off", "play", "pause", "stop", "next", "prev")
  -v, --volume <value>     sets the volume mode
  -h, --help               display help for command

About

A simple command line interface for controlling Denon AVR receivers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published