Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 479 Bytes

File metadata and controls

26 lines (17 loc) · 479 Bytes

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