Browse Source

Bug Fix indent

master
Dirk Alders 1 year ago
parent
commit
b7d12a5044
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      z_server/devices/__init__.py

+ 2
- 2
z_server/devices/__init__.py View File

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

Loading…
Cancel
Save