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
- Host: GitHub
- URL: https://github.com/gismo141/beoplay-api
- Owner: gismo141
- Created: 2017-03-13T21:54:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-04T21:21:36.000Z (about 9 years ago)
- Last Synced: 2025-03-12T17:16:21.179Z (over 1 year ago)
- Topics: api, beoplay, web
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"}}`|