Add logging for registration data in registrieren function

This commit is contained in:
Björn Pöttker 2025-08-30 11:09:51 +02:00
parent 65a1ce3d7c
commit 2b49875f21

View File

@ -50,7 +50,7 @@ async function registrieren(config, agrarmonitorId, pcName) {
name: pcName,
nonce: nonce
};
console.log(`📦 Registrierungsdaten: ${JSON.stringify(postRegister)}`);
const payload = JSON.stringify(postRegister);
const registerResponse = await axios.post(