mirror of
https://codeberg.org/angestoepselt/imagestack.git
synced 2026-03-21 22:32:17 +00:00
Updated Model ID
This commit is contained in:
parent
9d7161c969
commit
62e079b167
1 changed files with 2 additions and 2 deletions
|
|
@ -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}`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue