Fix HardwareId field name to match backend (camelCase)
Backend expects "HardwareId" not "HardwareID" or "hardware_id" Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
02592ea249
commit
8b413020ff
1 changed files with 1 additions and 1 deletions
|
|
@ -341,7 +341,7 @@ class Api {
|
|||
"UUID": uuid,
|
||||
"Major": major,
|
||||
"Minor": minor,
|
||||
"hardware_id": hardwareId
|
||||
"HardwareId": hardwareId
|
||||
]
|
||||
if let mac = macAddress, !mac.isEmpty {
|
||||
body["MACAddress"] = mac
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue