mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
10_RHASSPY: small commandref fix
git-svn-id: https://svn.fhem.de/fhem/trunk@27324 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
c04c45de91
commit
e0419dae7e
@ -4016,7 +4016,7 @@ sub _sendToApi {
|
||||
my $url = shift;
|
||||
my $method = shift;
|
||||
my $data = shift;
|
||||
my $base = $hash->{baseUrl}; #AttrVal($hash->{NAME}, 'rhasspyMaster', undef) // return;
|
||||
my $base = $hash->{baseUrl};
|
||||
|
||||
#Retrieve URL of Rhasspy-Master from attribute
|
||||
$url = $base.$url;
|
||||
@ -6386,7 +6386,7 @@ After changing something relevant within FHEM for either the data structure in</
|
||||
|
||||
<li>
|
||||
<a id="RHASSPY-attr-rhasspyIntents"></a><b>rhasspyIntents</b>
|
||||
<p>Defines custom intents. See <a href="https://github.com/Thyraz/Snips-Fhem#f%C3%BCr-fortgeschrittene-eigene-custom-intents-erstellen-und-in-fhem-darauf-reagieren" hreflang="de">Custom Intent erstellen</a>.<br>
|
||||
<p>Defines custom intents. See <a href="https://wiki.fhem.de/wiki/RHASSPY#rhasspyIntents" hreflang="de">Custom Intent erstellen</a>.<br>
|
||||
One intent per line.</p>
|
||||
<p>Example:</p>
|
||||
<p><code>attr <rhasspyDevice> rhasspyIntents SetCustomIntentsTest=SetCustomIntentsTest(siteId,Type)</code></p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user