This commit is contained in:
		@@ -26,6 +26,7 @@ def handle_status_message(client, userdata, message):
 | 
			
		||||
        topic=message.topic,
 | 
			
		||||
        payload=message.payload.decode()
 | 
			
		||||
    )
 | 
			
		||||
    LOGGER.info(data)
 | 
			
		||||
    try:
 | 
			
		||||
        ids = data['topic'].replace(f"{config.MQTT_STATUS_TOPIC}/", "").split("/")
 | 
			
		||||
        if len(ids) == 1:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user