A REST-api wrapper around Marantz Receivers to provide easier remote control.
Also serves up a web socket with event information, for all setting changes.
Set the MARANTZ_HOST
ENV var to the IP or hostname of your Marantz Receiver.
Returns the current state of the receiver
Returns the list of possible sources
Returns the mute status in the specified zone
Turns the specified zone mute on or off. Value should be passed with the isOn
query string.
Returns the power status in the specified zone
Turns the specified zone power on or off. Value should be passed with the isOn
query string.
Returns the current source in the specified zone
Sets the current source in the specified zone
Returns the current volume in the specified zone
Sets the volume in the specified zone to value passed by the level
query param. Must be between 0 and 255.
Increments the volume in the specified zone
Decrements the volume in the specified zone