Skip to content

shubham9159/DeviceConfig

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeviceConfig

Web Application for Device & Speaker Configuration

API Documentation

###Get WiFi Mode curl -X GET http://192.168.1.24/wifi/api/v1/mode

###Get Speakers List curl -X GET http://192.168.1.24/speakers/api/v1/list

###Select Speakers curl -X GET http://192.168.1.24/speakers/api/v1/select -d '{"speakerID": "123", "mode": "mono"}'

Note:

For Mono Configuration: {"speakerID": "123", "mode": "mono"} For Stereo Configuration: {"speakerID": "123", "mode": "left"} For Stereo Configuration: {"speakerID": "123", "mode": "right"}

###Configure Speakers curl -X GET http://192.168.1.24/speakers/api/v1/config -d '{"speakerID": "123,456", "mode": "stereo"}'

Note:

For Mono Configuration: {"speakerID": "123", "mode": "mono"} For Stereo Configuration: {"speakerID": "123,456", "mode": "stereo"}

About

Web Application for Device & Speaker Configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 57.2%
  • CSS 25.7%
  • Go 16.1%
  • JavaScript 1.0%