mirror of
				https://github.com/Tediore/battery2mqtt.git
				synced 2025-11-03 20:46:35 +01:00 
			
		
		
		
	Revert only send message when state change occurs
This commit is contained in:
		@@ -81,7 +81,6 @@ while True:
 | 
			
		||||
    try:
 | 
			
		||||
        client.connect(MQTT_HOST)
 | 
			
		||||
        client.publish("battery2mqtt/" + MQTT_TOPIC + '/' + dir, json.dumps(payload), qos=MQTT_QOS, retain=False)
 | 
			
		||||
        last_payload = payload
 | 
			
		||||
    except:
 | 
			
		||||
        print('Message send failed.')
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user