Skip to content

Commit

Permalink
Create pan06.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan Gam committed Dec 11, 2017
1 parent 75e4e2b commit 32873a0
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions config/philio/pan06.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<?xml version="1.0" encoding="utf-8"?>
<Product xmlns='http://code.google.com/p/open-zwave/'>

<!-- Configuration Parameters -->
<CommandClass id="112">
<Value type="list" genre="config" instance="1" index="1" label="1. Selected End Point" value="3" size="1">
<Help>If Controller not using Multi_Channel command class to access the relay of PAN06, you may configure the select value to react the Basic Command Class or Binary Switch Command Class. Default is Relay1+2.</Help>
<Item label="Relay1" value="1" />
<Item label="Relay2" value="2" />
<Item label="Relay1+Relay2" value="3" />
</Value>

<Value type="list" genre="config" instance="1" index="2" label="2. Edge or Pulse mode or Edge-Toggle mode" value="1" size="1">
<Help>Manual switch S1 and S2 can set to Edge mode or Pulse mode or Edge-Toggle mode, default value is Edge mode.</Help>
<Item label="Edge Mode" value="1" />
<Item label="Pulse Mode" value="2" />
<Item label="Edge-Toggle Mode" value="3" />
</Value>

<Value type="list" genre="config" instance="1" index="3" label="3. Restore Switch state after power on" value="1" size="1">
<Help>Whenever the AC power return from lost, PAN06 will restore the switch state which could be SWITCH OFF、LAST SWITCH STATE、SWITCH ON. The default setting is LAST SWITCH STATE.</Help>
<Item label="Switch OFF" value="0" />
<Item label="Last Switch state" value="1" />
<Item label="Switch ON" value="2" />
</Value>

<Value type="short" genre="config" instance="1" index="4" label="4. Auto off time: 0=Disable, 1s ~ 32767s delay" min="1" max="32767" value="0">
<Help>Whenever PAN06 switches to on, the auto off timer begin to count down. After the timer decrease to zero, it will switch to off automatically. However if Auto off timer is set as 0, the auto off function will be disabled. Default setting is 0.</Help>
</Value>

<Value type="list" genre="config" instance="1" index="5" label="5. RF off command mode. Action for a switch off command" value="0" size="1">
<Help>Whenever a switch off command is received, it could be interpreted as 4 variety of commands: Switch Off:It switches to OFF state. Ignore:The switch off command will be ignored. Switch Toggle:It switches to the inverse of current state. Switch On:It switches to ON state. Default setting is Switch Off.</Help>
<Item label="Switch Off" value="0" />
<Item label="Ignore" value="1" />
<Item label="Switch Toggle" value="2" />
<Item label="Switch On" value="3" />
</Value>

<Value type="list" genre="config" instance="1" index="6" label="6. Existance of endpoint 3 Action for a switch off command" value="1" size="1">
<Help>The endpoint3 of Multi-Channel Command Class is related to relay1 and relay2. It may be redundant for the need to control relay1 or relay2 individually. When the Existence of Endpoint3 is set as 0, the endpoint3 of Multi-Channel Command Class will be disabled. Default value is 1</Help>
<Item label="Endpoint3 disable" value="0" />
<Item label="Endpoint3 exist" value="1" />
</Value>

</CommandClass>

<CommandClass id="96" mapping="endpoints" />

<!-- Remove COMMAND_CLASS_BASIC -->
<!-- Otherwise you need to se Parameter1 and not able to use Rel1 and Rel2 separatly, remove this line if your controller is not using Multi_Channel GET/SET command class-->
<!-- <CommandClass id="32" action="remove" /> -->


<!-- COMMAND_CLASS_ALARM does not respond to requests -->
<CommandClass id="113" action="remove" />

<!-- Association Groups -->
<CommandClass id="133">
<Associations num_groups="3">
<Group index="1" max_associations="1" label="Relay 1 and 2 together" />
<Group index="2" max_associations="1" label="Relay 1" auto="false" />
<Group index="3" max_associations="1" label="Relay 2" auto="false" />
</Associations>
</CommandClass>

</Product>

0 comments on commit 32873a0

Please sign in to comment.