1.2.2 • Published 5 years ago

@callmekory/pioneer-avr v1.2.2

Weekly downloads
-
License
ISC
Repository
github
Last release
5 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

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.9

5 years ago

1.1.1

5 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago