UNPKG

denon-client

Version:

A handy denon avr client. Allows controlling the AVR and listen to events. May work with Marantz devices too.

10 lines (7 loc) 177 B
'use strict'; const Options = require('./lib/options'); const DenonClient = require('./lib/denon_client'); module.exports = { Options: Options, DenonClient: DenonClient }