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
fix up/down toogle
pull/258/head
Juan Pablo Giménez
5 years ago
parent
df8c6a7084
commit
a497c01ebc
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
modules/base_plugins/dummy_temp/__init__.py
+ 1
- 1
modules/base_plugins/dummy_temp/__init__.py
View File
@@ -48,7 +48,7 @@ class DummyTempSensor(SensorActive):
"""
toogle inc from up/down
"""
self.inc *
=
-1
self.inc
= float(self.inc)
* -1
def stop(self):
"""
Write
Preview
Loading…
Cancel
Save