Merge pull request #474 from patthoyts/pt/issue-450

issue #450: add card data to websocket notifications
This commit is contained in:
Jan-Piet Mens
2024-06-16 08:57:55 +02:00
committed by GitHub
+2
View File
@@ -1373,6 +1373,8 @@ void handle_message(void *userdata, char *topic, char *payload, size_t payloadle
safewrite(UB(ts), jsonstring);
free(jsonstring);
}
append_card_to_object(json, UB(username), UB(device));
}
}