password <str> -> fetch_nothing
ping -> fetch_nothing
+== Partition Commands
+partition <str> -> fetch_nothing
+listpartitions -> fetch_list
+newpartition <str> -> fetch_nothing
+
== Audio Output Commands
disableoutput <int> -> fetch_nothing
enableoutput <int> -> fetch_nothing
"kill": None,
"password": self._fetch_nothing,
"ping": self._fetch_nothing,
+ # Partition Commands
+ "partition": self._fetch_nothing,
+ "listpartitions": self._fetch_list,
+ "newpartition": self._fetch_nothing,
# Audio Output Commands
"disableoutput": self._fetch_nothing,
"enableoutput": self._fetch_nothing,
'kill': None,
'password': 'nothing',
'ping': 'nothing',
+ # Partition Commands
+ 'partition': 'nothing',
+ 'listpartitions': 'list',
+ 'newpartition': 'nothing',
# Audio Output Commands
'disableoutput': 'nothing',
'enableoutput': 'nothing',