Skip to content

Commit 820ec0e

Browse files
committed
Add toForeground and startApplication functions
1 parent 19c0beb commit 820ec0e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

fullykiosk/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,9 @@ def playSound(self, url):
6363

6464
def stopSound(self):
6565
return self.sendCommand("stopSound")
66+
67+
def toForeground(self):
68+
return self.sendCommand("toForeground")
69+
70+
def startApplication(self, application):
71+
return self.sendCommand("startApplication", package=application)

0 commit comments

Comments
 (0)