# Receiver volume
curl -X POST -F 'mode=volumedown' http://viido/projektor/status
curl -X POST -F 'mode=volumeup' http://viido/projektor/status

# Projector input
curl -X POST -F 'mode=viido' http://viido/projektor/status
curl -X POST -F 'mode=steam' http://viido/projektor/status
curl -X POST -F 'mode=hdmi' http://viido/projektor/status
curl -X POST -F 'mode=aux' http://viido/projektor/status

# Projector states
/opt/projektor/control.sh switch power
/opt/projektor/control.sh switch mute
/opt/projektor/control.sh switch freeze

