mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-09 20:57:11 +00:00
70_BOTVAC.pm: fix set robotSounds availability
git-svn-id: https://svn.fhem.de/fhem/trunk@19589 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
2f7c744e9f
commit
2fd297e130
@ -1,5 +1,6 @@
|
|||||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
||||||
# Do not insert empty lines here, update check depends on it.
|
# Do not insert empty lines here, update check depends on it.
|
||||||
|
- bugfix: 70_BOTVAC: set robotSounds filter
|
||||||
- feature: 70_BOTVAC: add pollingMode
|
- feature: 70_BOTVAC: add pollingMode
|
||||||
add preferences
|
add preferences
|
||||||
use whitespace to separate boundaries
|
use whitespace to separate boundaries
|
||||||
|
@ -269,7 +269,7 @@ sub Set($@) {
|
|||||||
$usage .= " statusRequest:noArg schedule:on,off syncRobots:noArg pollingMode:on,off";
|
$usage .= " statusRequest:noArg schedule:on,off syncRobots:noArg pollingMode:on,off";
|
||||||
|
|
||||||
# preferences
|
# preferences
|
||||||
$usage .= " robotSounds:on,off" if ( GetServiceVersion($hash, "preferences") !~ /()|(basic-1)/ );
|
$usage .= " robotSounds:on,off" if ( GetServiceVersion($hash, "preferences") !~ /(^$)|(basic-1)/ );
|
||||||
$usage .= " dirtbinAlertReminderInterval:30,60,90,120,150" if ( GetServiceVersion($hash, "preferences") =~ /(basic-\d)|(advanced-\d)/ );
|
$usage .= " dirtbinAlertReminderInterval:30,60,90,120,150" if ( GetServiceVersion($hash, "preferences") =~ /(basic-\d)|(advanced-\d)/ );
|
||||||
$usage .= " filterChangeReminderInterval:1,2,3" if ( GetServiceVersion($hash, "preferences") =~ /(basic-\d)|(advanced-\d)/ );
|
$usage .= " filterChangeReminderInterval:1,2,3" if ( GetServiceVersion($hash, "preferences") =~ /(basic-\d)|(advanced-\d)/ );
|
||||||
$usage .= " brushChangeReminderInterval:4,5,6,7,8" if ( GetServiceVersion($hash, "preferences") =~ /(basic-\d)|(advanced-\d)/ );
|
$usage .= " brushChangeReminderInterval:4,5,6,7,8" if ( GetServiceVersion($hash, "preferences") =~ /(basic-\d)|(advanced-\d)/ );
|
||||||
@ -2313,16 +2313,16 @@ sub wsMasking($$) {
|
|||||||
<br>
|
<br>
|
||||||
<li>
|
<li>
|
||||||
<a name="pollingMode"></a>
|
<a name="pollingMode"></a>
|
||||||
<code> set <name> pollingMode <1|0></code>
|
<code> set <name> pollingMode <on|off></code>
|
||||||
<br>
|
<br>
|
||||||
set polling on by 1 (default) or off by 0 like attribut disable.
|
set polling on (default) or off like attribut disable.
|
||||||
</li>
|
</li>
|
||||||
<br>
|
<br>
|
||||||
<li>
|
<li>
|
||||||
<a name="robotSounds"></a>
|
<a name="robotSounds"></a>
|
||||||
<code> set <name> robotSounds <true|false></code>
|
<code> set <name> robotSounds <on|off></code>
|
||||||
<br>
|
<br>
|
||||||
set sounds on by true or off false.
|
set sounds on or off.
|
||||||
</li>
|
</li>
|
||||||
<br>
|
<br>
|
||||||
<li>
|
<li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user