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:
Paulus Schoutsen 2020-01-04 13:45:03 +01:00 committed by Pascal Vizeli
parent 6e909ab3f1
commit 2f362b44c4
5 changed files with 34 additions and 16 deletions

View file

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