Skip to content

Commit 9aea398

Browse files
authored
Merge pull request #330 from SmartThingsCommunity/feature/release_bose
Release Bose driver
2 parents 0c1d147 + 4145add commit 9aea398

File tree

20 files changed

+2743
-0
lines changed

20 files changed

+2743
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name: 'bose'
2+
packageKey: 'bose'
3+
permissions:
4+
lan: {}
5+
discovery: {}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: soundtouch-speaker-notification
2+
components:
3+
- id: main
4+
capabilities:
5+
- id: mediaPlayback
6+
version: 1
7+
- id: mediaTrackControl
8+
version: 1
9+
- id: mediaPresets
10+
version: 1
11+
- id: audioMute
12+
version: 1
13+
- id: audioVolume
14+
version: 1
15+
- id: audioTrackData
16+
version: 1
17+
- id: audioNotification
18+
version: 1
19+
- id: switch
20+
version: 1
21+
- id: refresh
22+
version: 1
23+
categories:
24+
- name: Speaker
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: soundtouch-speaker
2+
components:
3+
- id: main
4+
capabilities:
5+
- id: mediaPlayback
6+
version: 1
7+
- id: mediaTrackControl
8+
version: 1
9+
- id: mediaPresets
10+
version: 1
11+
- id: audioMute
12+
version: 1
13+
- id: audioVolume
14+
version: 1
15+
- id: audioTrackData
16+
version: 1
17+
- id: switch
18+
version: 1
19+
- id: refresh
20+
version: 1
21+
categories:
22+
- name: Speaker

0 commit comments

Comments
 (0)