mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-15 19:41:36 +00:00
Merge pull request #1695 from jack-oconnor/zw056
Set "Play Ringtone" to write_only in config/aeotec/zw056.xml
This commit is contained in:
commit
7ba5aab32a
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ https://aeotec.freshdesk.com/helpdesk/attachments/6009584693
|
|||
Value=1-100, Specify the ringtone as default.
|
||||
</Help>
|
||||
</Value>
|
||||
<Value type="byte" index="6" genre="user" label="Play Ringtone" units="" min="0" max="255" value="0">
|
||||
<Value type="byte" index="6" genre="user" label="Play Ringtone" units="" min="0" max="255" value="0" write_only="true">
|
||||
<Help>
|
||||
Select a ringtone to play.
|
||||
Value=0, stop playing.
|
||||
|
|
Loading…
Add table
Reference in a new issue