convenience accessors for volume and audio_output properties on main fruit_jam object.
This commit is contained in:
parent
9825076bcf
commit
a722ba1835
1 changed files with 2 additions and 0 deletions
|
|
@ -194,6 +194,8 @@ class FruitJam(PortalBase):
|
||||||
self.sd_check = self.peripherals.sd_check
|
self.sd_check = self.peripherals.sd_check
|
||||||
self.play_file = self.peripherals.play_file
|
self.play_file = self.peripherals.play_file
|
||||||
self.stop_play = self.peripherals.stop_play
|
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.image_converter_url = self.network.image_converter_url
|
||||||
self.wget = self.network.wget
|
self.wget = self.network.wget
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue