mirror of
https://github.com/Manuel83/craftbeerpi3
synced 2026-08-10 02:55:27 +02:00
-Custom Web View Examples Added
-UI Adjustment for small screens. Brew Steps are displayed above the kettles. -
This commit is contained in:
@@ -9,10 +9,17 @@ class Dummy(Step):
|
||||
|
||||
@cbpi.addon.step.action("WOHOO")
|
||||
def myaction(self):
|
||||
self.stop_timer()
|
||||
self.start_timer(10)
|
||||
print "HALLO"
|
||||
|
||||
text = Property.Text(label="Text", configurable=True, description="WOHOOO")
|
||||
time = Property.Text(label="Text", configurable=True, description="WOHOOO")
|
||||
|
||||
def execute(self):
|
||||
#print self.text
|
||||
pass
|
||||
pass
|
||||
|
||||
def reset(self):
|
||||
print "RESET STEP!!!"
|
||||
self.stop_timer()
|
||||
Reference in New Issue
Block a user