chore: remove unique field uuid from device kwargs

ref: #805
This commit is contained in:
2025-06-08 15:32:11 +09:30
parent 1e0539f2d6
commit 05c9864d68

View File

@ -22,7 +22,7 @@ def kwargs_device(kwargs_centurionmodel):
' ', '').replace(':', '').replace('+', '').replace('.', ''),
'serial_number': str(random_str).replace(
' ', '').replace(':', '').replace('+', '').replace('.', ''),
'uuid': '7318f7cc-e3e8-4680-a3bf-29d77ce44b78',
# 'uuid': '7318f7cc-e3e8-4680-a3bf-29d77ce44b78',
# 'device_model': '',
# 'device_type': '',
}