From ea700852bc4d44a9df1fc3943b3099acede323f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ro=CC=81bert=20Kiss?= Date: Thu, 2 Nov 2017 23:58:47 +0100 Subject: [PATCH] fix(config): Add userConfigurationLength to the user-config.json --- packages/uhk-web/src/app/services/user-config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/uhk-web/src/app/services/user-config.json b/packages/uhk-web/src/app/services/user-config.json index 23170a75..cc2cf8ab 100644 --- a/packages/uhk-web/src/app/services/user-config.json +++ b/packages/uhk-web/src/app/services/user-config.json @@ -1,5 +1,6 @@ { "dataModelVersion": 4, + "userConfigurationLength": 3846, "deviceName": "My UHK", "moduleConfigurations": [ { @@ -7134,4 +7135,4 @@ ] } ] -} \ No newline at end of file +}