An open API service indexing awesome lists of open source software.

https://github.com/gismo141/beoplay-api

unofficial API for BeoPlay loudspeakers
https://github.com/gismo141/beoplay-api

api beoplay web

Last synced: 5 months ago
JSON representation

unofficial API for BeoPlay loudspeakers

Awesome Lists containing this project

README

          

# Beoplay API

** This is a work in progress **

## Getter-Functions

| Function | API-Call |
|:---|:----|
| Get Volume | `/api/getData?path=BeoSound:/volume&roles=value`|

## Setter Functions

The `{{{payload}}}` contains the value to set.

| Function | API-Call |
|:---|:----|
| Set Volume | `/api/setData?path=BeoSound:/setVolume&roles=activate&value={"type":"beoSoundVolumeData","beoSoundVolumeData":{"volume":{{{payload}}},"volumeSource":"website"}}`|