💬 WebRTC Chat Commands
Begin commands with "/". Send commands to Chat. List of supported commands:
🔸 /help - help, shows supported commands
🔸 /xadc - Zynq ADC internal readouts (chip temperature, core voltages ... )
🔸 /temp - external temperature sensor readout
🔸 /exec - execute python expression, format: /exec "expression" "return var"
examples:
/exec a=12+23 a
/exec a=10;b=20;c=a+b c
🔸 /bitrate - sets bitrate and framerate
examples:
/bitrate 100000 4.0
/bitrate 30000000 4.0
🔸 /light - set up the LED Stripe light, format: /light "color" "value"
examples:
/light w 255
/light r 100
/light g 200
/light b 50