|
5 | 5 |
|
6 | 6 | TypeScript wrapper for Bose SoundTouch devices' local HTTP API. |
7 | 7 |
|
8 | | - |
| 8 | +## Features |
| 9 | +Completed features so far: |
| 10 | +- [x] get current Bass Level |
| 11 | +- [x] set new Bass Level |
| 12 | +- [x] get devices BassCapabilities |
| 13 | +- [x] get DeviceInfo |
| 14 | +- [x] get currently set AudioDSPControls |
| 15 | +- [x] set new AudioDSPMode for the DSP |
| 16 | +- [ ] Audio Product Level Controls |
| 17 | +- [ ] Audio Product Tone Controls |
| 18 | +- [ ] Audio Speaker Attributes |
| 19 | +- [ ] Balance |
| 20 | +- [ ] Bluetooth - Info |
| 21 | +- [ ] Bluetooth - Clear Pairing List |
| 22 | +- [ ] Bluetooth - Enter Pairing Mode |
| 23 | +- [ ] Capabilities |
| 24 | +- [ ] Clock Display |
| 25 | +- [ ] Clock Time |
| 26 | +- [ ] Configuration Status |
| 27 | +- [ ] DSP Mono Stereo |
| 28 | +- [ ] Group - Status |
| 29 | +- [ ] Group - Add Stereo Pair |
| 30 | +- [ ] Group - Remove Stereo Member |
| 31 | +- [ ] Group - Update Name |
| 32 | +- [ ] Introspect Data |
| 33 | +- [ ] Key Press, Release |
| 34 | +- [ ] Language |
| 35 | +- [ ] Media Servers List |
| 36 | +- [ ] Music Library - Get Items |
| 37 | +- [ ] Music Library - Search |
| 38 | +- [ ] Music Service - Add Station |
| 39 | +- [ ] Music Service - Get My Stations |
| 40 | +- [ ] Music Service - Remove Station |
| 41 | +- [ ] Music Service - Search Stations |
| 42 | +- [ ] Music Service - Track Info |
| 43 | +- [ ] Music Service - Remove Account |
| 44 | +- [ ] Music Service - Set Account |
| 45 | +- [ ] Name |
| 46 | +- [ ] Network Info |
| 47 | +- [ ] Network Status |
| 48 | +- [ ] Now Playing Status |
| 49 | +- [ ] Play Notification Beep |
| 50 | +- [ ] Play TTS Message |
| 51 | +- [ ] Play URL |
| 52 | +- [ ] Power Management |
| 53 | +- [ ] Power Standby |
| 54 | +- [ ] Power Standby Low-Power |
| 55 | +- [ ] Preset List |
| 56 | +- [ ] Preset Remove |
| 57 | +- [ ] Preset Store |
| 58 | +- [ ] Rebroadcast Latency Mode |
| 59 | +- [ ] Recents List |
| 60 | +- [ ] Select (AIRPLAY) |
| 61 | +- [ ] Select (BLUETOOTH) |
| 62 | +- [ ] Select (LOCAL_INTERNET_RADIO) |
| 63 | +- [ ] Select (LOCAL_MUSIC) |
| 64 | +- [ ] Select (PANDORA) |
| 65 | +- [ ] Select (PRODUCT TV) |
| 66 | +- [ ] Select (PRODUCT HDMI1) |
| 67 | +- [ ] Select (SPOTIFY) |
| 68 | +- [ ] Select (STORED_MUSIC) |
| 69 | +- [ ] Select (TUNEIN) |
| 70 | +- [ ] Select Last SoundTouch Source |
| 71 | +- [ ] Select Last Source |
| 72 | +- [ ] Select Local Source |
| 73 | +- [ ] Service Availability |
| 74 | +- [ ] Software Update Check |
| 75 | +- [ ] Software Update Query |
| 76 | +- [ ] Sources List |
| 77 | +- [ ] Standby |
| 78 | +- [ ] SupportedURLs |
| 79 | +- [ ] System Timeout |
| 80 | +- [ ] Token Request |
| 81 | +- [ ] User Play Control |
| 82 | +- [ ] User Ratings |
| 83 | +- [ ] Volume |
| 84 | +- [ ] Wireless - Add Wireless Profile |
| 85 | +- [ ] Wireless - Get Active Profile |
| 86 | +- [ ] Wireless - Select Last Source |
| 87 | +- [ ] Wireless - Site Survey |
| 88 | +- [ ] Zone Add Member |
| 89 | +- [ ] Zone Create |
| 90 | +- [ ] Zone Remove Member |
| 91 | +- [ ] Zone Status |
9 | 92 |
|
10 | 93 | ## Contributing |
11 | 94 | - API Docs: [libsoundtouch](https://github.com/CharlesBlonde/libsoundtouch/blob/master/docs/index.rst) |
|
0 commit comments