Module src.backends.null.backend_controls
Null backend controls (manual mode).
Provides no-op implementations for playback control and message sending. Useful when no real backend is attached.
Functions
send_message (topic, host, port) | Ignore any send_message calls. |
togglePlayback (host, port) | No-op togglePlayback. |
beginSong (host, port) | No-op beginSong. |
nextSong (host, port) | No-op nextSong. |
Functions
- send_message (topic, host, port)
-
Ignore any send_message calls.
In manual mode, messages are not sent.
Parameters:
- togglePlayback (host, port)
-
No-op togglePlayback.
Does nothing in null backend.
Parameters:
- host string Host address (ignored)
- port number Port number (ignored)
- beginSong (host, port)
-
No-op beginSong.
Does nothing in null backend.
Parameters:
- host string Host address (ignored)
- port number Port number (ignored)
- nextSong (host, port)
-
No-op nextSong.
Does nothing in null backend.
Parameters:
- host string Host address (ignored)
- port number Port number (ignored)