Skip to content

Commit

Permalink
Update sonos-toggle-playback.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
marco79cgn authored Sep 14, 2022
1 parent e9fd6f5 commit c0d577d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sonos-toggle-playback.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: orange; icon-glyph: play;
// the node sonos http api base url (running on your Pi for example)
const SONOS_BASE_URL = "http://192.168.178.10:5005"
// the sonos speaker name to monitor - choose your group coordinator
const SONOS_ROOM = "kitchen"

let widget = await createWidget()
Expand Down

0 comments on commit c0d577d

Please sign in to comment.