Skip to content

Commit ca13ec8

Browse files
authored
Add Develco manufacturer specific commands to general.xml (dresden-elektronik#7964)
1 parent e2b5a08 commit ca13ec8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

general.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -966,6 +966,19 @@
966966
</attribute>
967967
</payload>
968968
</command>
969+
<!-- Develco manufacturer specific -->
970+
<command id="00" dir="recv" name="Safe Mode Off" required="o" mfcode="0x1015">
971+
<description>The 'Safe mode off' functionality is the same as "Safe mode on" the only different is relay entering off state instead of on state.</description>
972+
<payload>
973+
<attribute id="0x0000" type="u8" name="SafeModeTime in Minutes" required="m" default="0x00"/>
974+
</payload>
975+
</command>
976+
<command id="01" dir="recv" name="Safe Mode On" required="o" mfcode="0x1015">
977+
<description>If 'Safe mode On' command is sent to a relay with value 10 minutes, the relay will enter the safe mode after 10 minutes and force the relay to turn ON. If a standard OFF command from the On/Off cluster is sent within the first 10 minutes. The timer is restarted and the relay will not turn ON before the new 10 minute time has timed out. Sending the standard OFF command regularly within the 10 minute time interval will prevent the relay to enter safe mode ON state.</description>
978+
<payload>
979+
<attribute id="0x0000" type="u8" name="SafeModeTime in Minutes" required="m" default="0x00"/>
980+
</payload>
981+
</command>
969982
</server>
970983
<client>
971984
</client>

0 commit comments

Comments
 (0)