Skip to content

Commit

Permalink
Merge pull request #1160 from kentcalero/patch-8
Browse files Browse the repository at this point in the history
fix min/max x2
  • Loading branch information
nechry committed Mar 1, 2017
2 parents 501081b + c24ffff commit 0bc3aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/enerwave/zw15rmplus.xml
Expand Up @@ -3,7 +3,7 @@
<Product xmlns='http://code.google.com/p/open-zwave/'>
<!-- Configuration Parameters -->
<CommandClass id="112">
<Value type="list" index="1" genre="config" label="LED mode" size="1" value="0">
<Value type="list" index="1" genre="config" label="LED mode" min="0" max="1" size="1" value="0">
<Help>Synchronization of load power and LED indicator</Help>
<Item label="Power on, LED off" value="0" />
<Item label="Power on, LED on" value="1" />
Expand Down

0 comments on commit 0bc3aef

Please sign in to comment.