Skip to content

Commit

Permalink
nameHash and groupMemberHash not longer required (openhab#5)
Browse files Browse the repository at this point in the history
values are generated during start up and stored within the group. During
initialization the groupMemberHash and nameHash is updated.
  • Loading branch information
Wire82 committed May 9, 2017
1 parent 3ed6620 commit 1ae8ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ESH-INF/thing/HeosGroup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<parameter name="nameHash" type="text" readOnly="true">
<label>Group name Hash Value</label>
<description> The Hash value calculated by the Group Name</description>
<required>true</required>
<required>false</required>
</parameter>
<parameter name="groupMemberHash" type="text" readOnly="true">
<label>Group member Hash Value</label>
Expand Down

0 comments on commit 1ae8ca7

Please sign in to comment.