Skip to content

senpaiSubby/pioneer-receiver-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pioneer-avr

Control your Pioneer AVR over the network. Set volume, change inputs, and many more.

Install

npm i @callmekory/pioneer-avr

Usage

import { Pioneer } from '@callmekory/pioneer-avr'

const receiver = new Pioneer('ip of receiver')

// Set volume to 75%
await receiver.setVolume(75)

// Set input source to DVD
await receiver.input('dvd')

Docs

https://callmekory.github.io/pioneer-receiver-api/index.html

About

Pioneer receiver api controller library for NodeJS

Resources

Stars

Watchers

Forks

Packages

No packages published