2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

70_KODI: added reading jsonResponse which contains the last received message from Kodi

git-svn-id: https://svn.fhem.de/fhem/trunk@15336 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
vbs 2017-10-28 18:35:21 +00:00
parent d969585bb2
commit 47745a4420
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,7 @@
# 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.
- feature: 70_KODI: added reading jsonResponse which contains the last
received message from Kodi
- feature: 46_Aqicn: FHEMWEB text color formated, thanks to maddhin - feature: 46_Aqicn: FHEMWEB text color formated, thanks to maddhin
- update: 74_74_XiaomiFlowerMonitor: new version, change internal routine - update: 74_74_XiaomiFlowerMonitor: new version, change internal routine
- feature: fhemweb_iconRadio.js: optionally colorize selected icons instead - feature: fhemweb_iconRadio.js: optionally colorize selected icons instead

View File

@ -1800,6 +1800,9 @@ sub KODI_HTTP_Request($$@)
The interval which is used to check if Kodi is still alive (by sending a JSON ping) and also it is used to update current player item.</li> The interval which is used to check if Kodi is still alive (by sending a JSON ping) and also it is used to update current player item.</li>
<li>disable<br> <li>disable<br>
Disables the device. All connections will be closed immediately.</li> Disables the device. All connections will be closed immediately.</li>
<li>jsonResponseReading<br>
When enabled then every received JSON message from Kodi will be saved into the reading <i>jsonResponse</i> so the last received message is always available.
Also an event is triggered upon each update.</li>
</ul> </ul>
</ul> </ul>