X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=doc%2Fsource%2Fcommands.txt;fp=doc%2Fsource%2Fcommands.txt;h=22c2f39af1513e361ab9351ef762fb6721ea00d2;hp=b9dc4a2b7af7e2c038ae08ff030218c84c9cf854;hb=1a493a537b86cf2cb191e39590ed94df8e731064;hpb=c3bb82643e556ce0e7c53ca9aab276c3c963bcfc diff --git a/doc/source/commands.txt b/doc/source/commands.txt index b9dc4a2..22c2f39 100644 --- a/doc/source/commands.txt +++ b/doc/source/commands.txt @@ -7,7 +7,7 @@ status -> fetch_object stats -> fetch_object == Playback Option Commands -consume -> fetch_nothing +consume -> fetch_nothing crossfade -> fetch_nothing mixrampdb -> fetch_nothing mixrampdelay -> fetch_nothing @@ -133,3 +133,10 @@ commands -> fetch_list notcommands -> fetch_list urlhandlers -> fetch_list decoders -> fetch_plugins + +== Client to Client +subscribe -> self._fetch_nothing, +unsubscribe -> self._fetch_nothing, +channels -> self._fetch_list, +readmessages -> self._fetch_messages, +sendmessage -> self._fetch_nothing,