Skip to content

Commit

Permalink
Add getScreenshot (cgarwood#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
tronikos authored and JordiSaPe committed Jun 22, 2024
1 parent 7af632e commit 2f106a8
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 @@ -130,6 +130,9 @@ async def clearCookies(self):
async def getCamshot(self):
return await self._rh.get(cmd="getCamshot", password=self._password)

async def getScreenshot(self):
return await self._rh.get(cmd="getScreenshot", password=self._password)


class _RequestsHandler:
"""Internal class to create FullyKiosk requests"""
Expand Down

0 comments on commit 2f106a8

Please sign in to comment.