Merge branch 'master' of github.com:swinginbird/flippr-code

This commit is contained in:
andi
2019-09-12 22:49:36 +02:00
3 changed files with 6 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ class Networking:
return self.get("/displays").json()
def triggerSolenoid(self, solenoid):
self.get("/solenoids" + solenoid + "/trigger")
self.get("/solenoids/" + solenoid + "/trigger")
def playSound(self, sound):
self.get("/sounds/" + sound + "/play")