From 62e079b167edaf53ace652b527d432233c1c6b33 Mon Sep 17 00:00:00 2001 From: psycho007 Date: Tue, 12 Aug 2025 17:53:26 +0200 Subject: [PATCH] Updated Model ID --- tools/batch_print/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/batch_print/README.md b/tools/batch_print/README.md index 09e38bc..302dd1f 100644 --- a/tools/batch_print/README.md +++ b/tools/batch_print/README.md @@ -8,7 +8,7 @@ It requires a JSON file in the following format to register the data: { "status_id": "2", "name": "HP-Tablet", - "model_id": "2", + "model_id": "3", "serial": "Null", "_snipeit_mac_address_1": "Null", "_snipeit_betriebssystem_2": "Windows 11", @@ -34,7 +34,7 @@ sudo apt install python3 python3-requests THe executing device needs to be in the Pxe Network (10.200.4.xxx). The "angestoepselt setup" SSID is an approriate WLAN for this. -Usage: +# Usage `python3 print.py -j {path to json file} -i {amount of devices that should be registered}`