Skip to content

Commit

Permalink
Some descriptions added
Browse files Browse the repository at this point in the history
  • Loading branch information
Wire82 committed Apr 28, 2017
1 parent b13a3bc commit 59fc4ab
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,13 @@ public void addFavorits() {

}

/**
* Create a channel for the childThing. Depending if it is a HEOS Group
* or a player an identification prefix is added
*
* @param childThing the thing the channel is created for
*/

private void addPlayerChannel(Thing childThing) {
String channelIdentifyer = "";
String pid = "";
Expand Down

0 comments on commit 59fc4ab

Please sign in to comment.