Skip to content

Commit

Permalink
Version 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic-M authored Aug 28, 2019
1 parent a956b9e commit 16545b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sonos.vis-favoriten-liste_javascript.js
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
const STATE_SONOS = 'sonos.0.root.192_168_0_12';

// Kompletter Datenpunkt-Pfad, in dem die HTML-Ausgabe für VIS abgelegt wird.
const STATE_FAVS_HTML = 'javascript.'+ instance + '.' + 'Sonos.Music.favoriteListHtml';
const STATE_FAVS_HTML = 'javascript.'+ instance + '.' + 'Sonos.Control.Music.favoriteListHtml';

// Favoriten-Liste alphabetisch sortieren? true = ja, false = nein
const SORT_LIST = true;
@@ -180,4 +180,4 @@ function arraySortCaseInsensitive(arrayInput) {
return a.toLowerCase().localeCompare(b.toLowerCase());
});
return arrayResult;
}
}

0 comments on commit 16545b8

Please sign in to comment.