Trying to use solid green lights with async set_lights(self, red: int, green: int, blue: int, animation: int = <Animation.ON: 1>)
I have been using: await robot.set_lights(0, 255, 0, 1)
But nothing is happening. What should I put as that 4th value? Or is this a bug?