Updated Model ID

This commit is contained in:
psycho007 2025-08-12 17:53:26 +02:00
parent 9d7161c969
commit 62e079b167

View file

@ -8,7 +8,7 @@ It requires a JSON file in the following format to register the data:
{ {
"status_id": "2", "status_id": "2",
"name": "HP-Tablet", "name": "HP-Tablet",
"model_id": "2", "model_id": "3",
"serial": "Null", "serial": "Null",
"_snipeit_mac_address_1": "Null", "_snipeit_mac_address_1": "Null",
"_snipeit_betriebssystem_2": "Windows 11", "_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. 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}` `python3 print.py -j {path to json file} -i {amount of devices that should be registered}`