convenience accessors for volume and audio_output properties on main fruit_jam object.

This commit is contained in:
foamyguy 2025-08-19 16:10:41 -05:00
parent 9825076bcf
commit a722ba1835

View file

@ -194,6 +194,8 @@ class FruitJam(PortalBase):
self.sd_check = self.peripherals.sd_check
self.play_file = self.peripherals.play_file
self.stop_play = self.peripherals.stop_play
self.volume = self.peripherals.volume
self.audio_output = self.peripherals.audio_output
self.image_converter_url = self.network.image_converter_url
self.wget = self.network.wget