Methods
(inner) initModalPartitionOutputs() → {void}
Initialization function for the partition elements
- Source:
Returns:
- Type
- void
(inner) moveOutputs() → {void}
Moves the selected outputs to the current partition
- Source:
Returns:
- Type
- void
(inner) moveOutputsCheckError(obj) → {void}
Handler for the MYMPD_API_PARTITION_OUTPUT_MOVE jsonrpc response
Parameters:
Name | Type | Description |
---|---|---|
obj |
object | jsonrpc response |
- Source:
Returns:
- Type
- void
(inner) parsePartitionOutputsList(allOutputs, partitionOutputs) → {void}
Parses the MYMPD_API_PLAYER_OUTPUT_LIST jsonrpc response
Parameters:
Name | Type | Description |
---|---|---|
allOutputs |
object | jsonrpc response listing all outputs of mpd |
partitionOutputs |
object | jsonrpc response listing all outputs of current partition |
- Source:
Returns:
- Type
- void