Skip to content

Commit 3277a07

Browse files
authored
add command toBackground (#12)
available here : https://www.fully-kiosk.com/en/#rest and respond to the request here cgarwood/homeassistant-fullykiosk#64
1 parent 7d03521 commit 3277a07

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

fullykiosk/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ async def stopSound(self):
8181

8282
async def toForeground(self):
8383
await self.sendCommand("toForeground")
84+
85+
async def toBackground(self):
86+
await self.sendCommand("toBackground")
8487

8588
async def startApplication(self, application):
8689
await self.sendCommand("startApplication", package=application)

0 commit comments

Comments
 (0)