소스 검색

mqqt topic name changed to status for feedback channel

master
Dirk Alders 2 년 전
부모
커밋
c796d1d47a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      powerplug.py

+ 1
- 1
powerplug.py 파일 보기

@@ -49,7 +49,7 @@ class sispmctl(object):
49 49
                 self.send_state(output)
50 50
 
51 51
     def send_state(self, output):
52
-        topic = config.MQTT_TOPIC + "/get/" + str(output)
52
+        topic = config.MQTT_TOPIC + "/status/" + str(output)
53 53
         logger.info("Sending Powerplug status information of plug %d to mqtt %s = %s", output, topic, str(self.get_out_state(output)))
54 54
         self.__mqtt_client__.publish(topic, "true" if self.get_out_state(output) else "false")
55 55
 

Loading…
취소
저장