Updated external content (Jenkins build 798)
parent
d62ab71fc7
commit
b02c22f876
|
@ -61,6 +61,12 @@
|
|||
<label>Zone ID</label>
|
||||
<description>The ID of the zone</description>
|
||||
</parameter>
|
||||
<parameter name="volumeDelta" type="integer" min="1" max="10">
|
||||
<label>Volume Delta</label>
|
||||
<description>How much to change the zone volume for each INCREASE/DECREASE command (in dB)</description>
|
||||
<default>1</default>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
</config-description>
|
||||
</thing-type>
|
||||
|
||||
|
@ -83,6 +89,12 @@
|
|||
<label>Group ID</label>
|
||||
<description>The ID of the group</description>
|
||||
</parameter>
|
||||
<parameter name="volumeDelta" type="integer" min="1" max="10">
|
||||
<label>Volume Delta</label>
|
||||
<description>How much to change the group volume for each INCREASE/DECREASE command (in dB)</description>
|
||||
<default>1</default>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
</config-description>
|
||||
</thing-type>
|
||||
|
||||
|
|
Loading…
Reference in New Issue