This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
michal
/
craftbeerpi3
mirror of
https://github.com/Manuel83/craftbeerpi3
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
2
Wiki
Activity
Browse Source
Merge pull request
#127
from mrillies/patch-1
Add reset to post put call (Fermenter update)
pull/130/head
Manuel83
GitHub
8 years ago
parent
820061cf09
c1c5faa1f3
commit
25ace8024c
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
modules/fermenter/__init__.py
+ 1
- 0
modules/fermenter/__init__.py
View File
@@ -77,6 +77,7 @@ class FermenterView(BaseView):
def _post_put_callback(self, m):
m.state = False
self.reset(int(m.id))
@route('/<int:id>/targettemp/<temp>', methods=['POST'])
def postTargetTemp(self, id, temp):
Write
Preview
Loading…
Cancel
Save