Skip to content

Commit

Permalink
add command toBackground (#12)
Browse files Browse the repository at this point in the history
available here : https://www.fully-kiosk.com/en/#rest and respond to the request here cgarwood/homeassistant-fullykiosk#64
  • Loading branch information
chpego authored Dec 23, 2021
1 parent 7d03521 commit 3277a07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fullykiosk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ async def stopSound(self):

async def toForeground(self):
await self.sendCommand("toForeground")

async def toBackground(self):
await self.sendCommand("toBackground")

async def startApplication(self, application):
await self.sendCommand("startApplication", package=application)
Expand Down

0 comments on commit 3277a07

Please sign in to comment.