Skip to content

Commit

Permalink
Merge pull request #7 from Aleks130699/patch-2
Browse files Browse the repository at this point in the history
Update help.html
  • Loading branch information
directman66 committed Dec 1, 2020
2 parents b7985a9 + 520593a commit 3820523
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/yandexweather/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,17 @@

Проговаривает текущую погоду голосом:<br>
<code><b>
global $terminals;<br>
$terminals = 'MAIN';<br>
include_once(DIR_MODULES . 'yandexweather/yandexweather.class.php');<br>
$yw = new yandexweather();<br>
$yw->sayweather();</b></code> <br>
или<br><code><b>callmethod('yw_mycity.sayweather');</b></code>
<br><br>
Проговаривает текущую погоду и прогноз на завтра голосом:<br>
<code><b>
global $terminals;<br>
$terminals = 'MAIN';<br>
include_once(DIR_MODULES . 'yandexweather/yandexweather.class.php');<br>
$yw = new yandexweather();<br>
$yw->sayforecast();</b></code><br>
Expand Down

0 comments on commit 3820523

Please sign in to comment.