Explorar el Código

Bug Fix indent

master
Dirk Alders hace 1 año
padre
commit
b7d12a5044
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      z_server/devices/__init__.py

+ 2
- 2
z_server/devices/__init__.py Ver fichero

@@ -137,8 +137,8 @@ class brennenstuhl_heatingvalve(base):
137 137
         payload = json.loads(message.payload)
138 138
         #
139 139
         # heartbeat
140
-        #        
141
-	if message.topic == self.topic:
140
+        #
141
+        if message.topic == self.topic:
142 142
             self.last_device_msg = time.time()
143 143
         #
144 144
         # follow setpoint

Loading…
Cancelar
Guardar