Allow adding unique device ID to mobile app registration (#30457)
* Allow adding unique device ID to mobile app registration * Remove unknown data * Better fix
This commit is contained in:
parent
6e909ab3f1
commit
2f362b44c4
5 changed files with 34 additions and 16 deletions
|
@ -17,6 +17,7 @@ REGISTER = {
|
|||
"device_name": "Test 1",
|
||||
"manufacturer": "mobile_app",
|
||||
"model": "Test",
|
||||
"model_id": "mock-model-id",
|
||||
"os_name": "Linux",
|
||||
"os_version": "1.0",
|
||||
"supports_encryption": True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue