Skip to content

johanpoirier/node-sony-audio-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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));

About

Node.js implementation of the Sony Audio API

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published