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:
John Pinkyfloyd 2026-03-16 17:37:40 -07:00
parent 02592ea249
commit 8b413020ff

View file

@ -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