Rewrite: Functionality to write content to special display
This commit is contained in:
@@ -56,6 +56,9 @@ class Networking:
|
||||
def writeDisplayScore(self, display, score):
|
||||
self.get("/displays/" + display + "/write_score/" + str(score))
|
||||
|
||||
def writeDisplayContent(self, display, content):
|
||||
self.get("/displays/" + display + "/write_content/" + content)
|
||||
|
||||
async def getInputEvent(self):
|
||||
header = list()
|
||||
while b'\x02' not in header:
|
||||
|
||||
Reference in New Issue
Block a user