Przeglądaj źródła

Bug Fix indent

master
Dirk Alders 1 rok temu
rodzic
commit
b7d12a5044
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2
    2
      z_server/devices/__init__.py

+ 2
- 2
z_server/devices/__init__.py Wyświetl plik

@@ -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

Ładowanie…
Anuluj
Zapisz