2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +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:
Beta-User 2023-03-14 18:13:06 +00:00
parent c04c45de91
commit e0419dae7e

View File

@ -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 &lt;rhasspyDevice&gt; rhasspyIntents SetCustomIntentsTest=SetCustomIntentsTest(siteId,Type)</code></p>