Browse Source

fix up/down toogle

pull/258/head
Juan Pablo Giménez 5 years ago
parent
commit
a497c01ebc
1 changed files with 1 additions and 1 deletions
  1. +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):
"""


Loading…
Cancel
Save