Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Instant On to all Switches #13

Merged
merged 1 commit into from Jul 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions config/inovelli/lzw30-sn.xml
Expand Up @@ -108,6 +108,13 @@ Please Note: If this doesn't work, you can check to see if your switch is within
Default: 10
</Help>
</Value>
<Value genre="config" type="list" size="1" index="51" label="Instant On" min="0" max="1" value="1">
<Help>
Enables instant on (ie: disables the 700ms button delay). Note, if you disable the delay, it will also disable scene control except for Button 1 (ie: tap up 1x or tap down 1x) and button 7 (config button). All other buttons (2-6) will be disabled.
</Help>
<Item value="0" label="Enabled (no delay)"/>
<Item value="1" label="Disabled (700ms delay)"/>
</Value>
</CommandClass>

<!-- Association Groups -->
Expand Down
7 changes: 7 additions & 0 deletions config/inovelli/lzw30.xml
Expand Up @@ -81,6 +81,13 @@ Please Note: If this doesn't work, you can check to see if your switch is within
Default: 0
</Help>
</Value>
<Value genre="config" type="list" size="1" index="51" label="Instant On" min="0" max="1" value="1">
<Help>
Enables instant on (ie: disables the 700ms button delay). Note, if you disable the delay, it will also disable scene control except for Button 1 (ie: tap up 1x or tap down 1x) and button 7 (config button). All other buttons (2-6) will be disabled.
</Help>
<Item value="0" label="Enabled (no delay)"/>
<Item value="1" label="Disabled (700ms delay)"/>
</Value>
</CommandClass>

<!-- Association Groups -->
Expand Down
7 changes: 7 additions & 0 deletions config/inovelli/lzw31-sn.xml
Expand Up @@ -220,6 +220,13 @@ Please Note: If this doesn't work, you can check to see if your switch is within
<Item value="1" label="3-way Toggle"/>
<Item value="2" label="3-way Momentary"/>
</Value>
<Value genre="config" type="list" size="1" index="51" label="Instant On" min="0" max="1" value="1">
<Help>
Enables instant on (ie: disables the 700ms button delay). Note, if you disable the delay, it will also disable scene control except for Button 1 (ie: tap up 1x or tap down 1x) and button 7 (config button). All other buttons (2-6) will be disabled.
</Help>
<Item value="0" label="Enabled (no delay)"/>
<Item value="1" label="Disabled (700ms delay)"/>
</Value>
</CommandClass>

<!-- Association Groups -->
Expand Down
8 changes: 8 additions & 0 deletions config/inovelli/lzw31.xml
Expand Up @@ -192,6 +192,14 @@ Please Note: If this doesn't work, you can check to see if your switch is within
<Item value="1" label="3-way Toggle"/>
<Item value="2" label="3-way Momentary"/>
</Value>
</Value>
<Value genre="config" type="list" size="1" index="51" label="Instant On" min="0" max="1" value="1">
<Help>
Enables instant on (ie: disables the 700ms button delay). Note, if you disable the delay, it will also disable scene control except for Button 1 (ie: tap up 1x or tap down 1x) and button 7 (config button). All other buttons (2-6) will be disabled.
</Help>
<Item value="0" label="Enabled (no delay)"/>
<Item value="1" label="Disabled (700ms delay)"/>
</Value>
</CommandClass>

<!-- Association Groups -->
Expand Down