From a8c39cc857f29d2f27d4744c097ae5d6324a1e97 Mon Sep 17 00:00:00 2001 From: vbs2 Date: Tue, 6 Jan 2015 11:45:04 +0000 Subject: [PATCH] CHANGED: added XBMC connect command git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@7460 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + 1 file changed, 1 insertion(+) diff --git a/fhem/CHANGED b/fhem/CHANGED index b94a4faec..dd1b374a9 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # 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. + - feature: 70_XBMC: added command 'connect' to connect instantly - change: FB_CALLMONITOR: use standard file read/write function to support use of configDb - bugfix: FB_CALLMONITOR: fix phonebook file read when using configDb (Forum #30244) - feature: 70_XBMC: added commands: openmovieid, openepisodeid, addon, jsonraw (thanks to siggi85)