0.2.2 • Published 5 years ago

node-sony-audio-api v0.2.2

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

What's this?

This is a partial implementation of the Sony Audio API for node.js. You can find the official API reference on the Sony website: https://developer.sony.com/develop/audio-control-api/api-references/api-overview-2

Tech stuff

The API is based on Promises.

Usage

const api = new Api(`http://${process.env.DEVICE_IP}:10000/sony`);

api.setVolume(0)
  .then(() => api.setClearAudioPlusSoundField())
  .then(() => api.setNightModeOff())
  .then(() => api.setVoiceUp(2))
  .then(() => api.setVolume(50));
0.2.2

5 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago