diff --git a/gpiozero/boards.py b/gpiozero/boards.py index 349a8f0..8208305 100644 --- a/gpiozero/boards.py +++ b/gpiozero/boards.py @@ -211,7 +211,7 @@ class TrafficLightsBuzzer(SourceMixin, CompositeDevice): the LEDs, and the buzzer. This property can also be set to a 4-tuple to update the state of all the board's components. """ - return FishDishTuple( + return TrafficLightsBuzzerTuple( self.lights.red.value, self.lights.amber.value, self.lights.green.value,