Skip to content

Commit

Permalink
Update SonosAdvPlayer.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielWinks committed Feb 23, 2024
1 parent 1ec0dbf commit 3145555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Drivers/Component/SonosAdvPlayer.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -2714,7 +2714,7 @@ void processWebsocketMessage(String message) {

//Process groupCoordinatorChanged
if(eventType?.type == 'groupCoordinatorChanged' && eventType?.name == 'groupCoordinatorChanged') {
logWarn("if(eventType?.type == 'groupCoordinatorChanged' && eventType?.name == 'groupCoordinatorChanged')")
// logWarn("if(eventType?.type == 'groupCoordinatorChanged' && eventType?.name == 'groupCoordinatorChanged')")
// ArrayList<LinkedHashMap> groups = (ArrayList<LinkedHashMap>)eventData.groups
// if(group?.groupStatus == 'GROUP_STATUS_UPDATED') {
// logDebug("Group name: ${group.name}")
Expand Down

0 comments on commit 3145555

Please sign in to comment.