From 0109171ffe3bacb0629726750e99b04620b00573 Mon Sep 17 00:00:00 2001 From: Charlie <49533775+csev1755@users.noreply.github.com> Date: Thu, 1 May 2025 14:16:00 -0500 Subject: [PATCH] Update robot.py Max volume is 10 on 3.4.6 --- src/mebo/robot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mebo/robot.py b/src/mebo/robot.py index da4f0a3..b9789ea 100644 --- a/src/mebo/robot.py +++ b/src/mebo/robot.py @@ -532,7 +532,7 @@ def speaker(self): set_volume = partial(self._request, req="set_spk_volume") set_volume.__doc__ = """Set the volume of the speaker - The value passed in to set the volume must be in the range [0, 100] + The value passed in to set the volume must be in the range [0, 10] """ play_sound = partial(self._request, req="audio_out0") # TODO: how do you change what noise is played?