1.2.2 • Published 6 years ago

@callmekory/pioneer-avr v1.2.2

Weekly downloads
-
License
ISC
Repository
github
Last release
6 years ago

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

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.9

6 years ago

1.1.1

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago