Skip to content

Commit

Permalink
Merge pull request #2534 from rjmcfadd/patch-2
Browse files Browse the repository at this point in the history
Create ms11z.xml
  • Loading branch information
nechry authored Jan 11, 2021
2 parents e970295 + 1e38a2f commit fb1ef73
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions config/nei/ms11z.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<Product Revision="1" xmlns="https://github.com/OpenZWave/open-zwave">
<MetaData>
<MetaDataItem name="Name">MS11Z</MetaDataItem>
<MetaDataItem name="Description">Minoston Smart Dimmer Switch</MetaDataItem>
<MetaDataItem name="OzwInfoPage">https://products.z-wavealliance.org/products/3610?selectedFrequencyId=2</MetaDataItem>
<MetaDataItem name="ProductPage">https://minoston.com/product/z-wave-plus-smart-dimmer-switch-%EF%BC%88ms11z%EF%BC%89/</MetaDataItem>
<MetaDataItem name="ProductPic">images/inovelli/lzw30.png</MetaDataItem>
<MetaDataItem name="InclusionDescription">Add the MS13Z from the existing Z-Wave home control network with your primary controller.

Refer to your primary controller instructions to process the inclusion / exclusion setup procedure.
When prompted by your primary controller, click the Up or Down button three times in one second.
Include MS13Z to/from a Z-Wave Gateway with supporting Security.The MS13Z can support the Primary Controller that implemented the security S2.</MetaDataItem>
<MetaDataItem name="ExclusionDescription">Remove the MS13Z from the existing Z-Wave home control network with your primary controller.

Refer to your primary controller instructions to process the inclusion / exclusion setup procedure.
When prompted by your primary controller, click the Up or Down button three times in one second.</MetaDataItem>

<ChangeLog>
<Entry author="Ryan McFadden - rjmcfadd@gmail.com" date="11 Jan 2021" revision="1">Adding Device</Entry>
</ChangeLog>
</MetaData>
<!-- Configuration Parameters -->
<CommandClass id="112">
<Value genre="config" instance="1" index="1" value="0" label="Locally button function" units="" size="1" min="0" max="2" type="list">
<Help>Locally button function</Help>
<Item value="0" label="Up Button:On Down Button: Off" />
<Item value="1" label="Up Button:Off Down Button: On" />
<Item value="2" label="Up Button:On/Off Down Button: On/Off" />
</Value>
<Value genre="config" instance="1" index="2" value="0" label="LED indicator" units="" size="1" min="0" max="3" type="list">
<Help>LED indicator</Help>
<Item value="0" label="On when Off and Off when On "/>
<Item value="1" label="On when On and Off when Off" />
<Item value="2" label="Always Off " />
<Item value="3" label="Always On" />
</Value>
<Value genre="config" instance="1" index="3" value="0" label="Enable Auto Turn-Off Timer" units="" size="1" min="0" max="1" type="list">
<Help>Enable Auto Turn-Off Timer</Help>
<Item value="0" label="Disabled" />
<Item value="1" label="Enabled" />
</Value>
<Value genre="config" instance="1" index="4" value="0" label="Auto turn off timer" units="" size="4" min="0" max="65535" type="int">
<Help>Auto turn off timer</Help>
</Value>
<Value genre="config" instance="1" index="6" value="2" label="Restore state after power failure" units="" size="1" min="0" max="2" type="byte">
<Help>Restore state after power failure</Help>
</Value>
</CommandClass>

<!-- Association Groups -->
<CommandClass id="133">
<Associations num_groups="2">
<Group index="1" label="Lifeline" max_associations="5" />
<Group index="2" label=" Send Basic Set ON/OFF" max_associations="1" />
</Associations>
</CommandClass>
<!-- Central Scene Reports -->
<CommandClass id="91">
<Instance index="1" />
<Value type="int" genre="system" instance="1" index="0" label="Scene Count" units="" read_only="true" write_only="false" verify_changes="false" min="-2147483648" max="2147483647" value="2" />
<Value type="int" genre="user" instance="1" index="2" label="Top Button Scene" units="" read_only="false" write_only="false" verify_changes="false" min="-2147483648" max="2147483647" value="0" />
<Value type="int" genre="user" instance="1" index="1" label="Bottom Button Scene" units="" read_only="false" write_only="false" verify_changes="false" min="-2147483648" max="2147483647" value="0" />
<Value type="int" genre="user" instance="1" index="3" label="Config Button Scene" units="" read_only="false" write_only="false" verify_changes="false" min="-2147483648" max="2147483647" value="0" />
</CommandClass>

</Product>

0 comments on commit fb1ef73

Please sign in to comment.