Skip to content

Commit

Permalink
Merge pull request #1490 from SmartThingsCommunity/Samsung_AudioNotif…
Browse files Browse the repository at this point in the history
…ication_HCS5008

HCS5008 - Remove AudioNotification Capability for samsung-audio driver
  • Loading branch information
lelandblue authored Aug 9, 2024
2 parents 33f7376 + d55a9a2 commit 0b92605
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions drivers/SmartThings/samsung-audio/profiles/samsung-audio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ components:
version: 1
- id: audioMute
version: 1
- id: audioNotification
version: 1
- id: audioVolume
version: 1
- id: audioTrackData
Expand Down
5 changes: 0 additions & 5 deletions drivers/SmartThings/samsung-audio/src/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,6 @@ local samsungAudio = Driver("samsung-audio", {
[capabilities.audioVolume.commands.volumeDown.NAME] = handlers.handle_volume_down,
[capabilities.audioVolume.commands.setVolume.NAME] = handlers.handle_set_volume,
},
[capabilities.audioNotification.ID] = {
[capabilities.audioNotification.commands.playTrack.NAME] = handlers.handle_audio_notification,
[capabilities.audioNotification.commands.playTrackAndResume.NAME] = handlers.handle_audio_notification,
[capabilities.audioNotification.commands.playTrackAndRestore.NAME] = handlers.handle_audio_notification,
},
},
})

Expand Down

0 comments on commit 0b92605

Please sign in to comment.