fix(config): Add userConfigurationLength to the user-config.json

This commit is contained in:
Róbert Kiss
2017-11-02 23:58:47 +01:00
parent 217d78a85f
commit ea700852bc

View File

@@ -1,5 +1,6 @@
{ {
"dataModelVersion": 4, "dataModelVersion": 4,
"userConfigurationLength": 3846,
"deviceName": "My UHK", "deviceName": "My UHK",
"moduleConfigurations": [ "moduleConfigurations": [
{ {
@@ -7134,4 +7135,4 @@
] ]
} }
] ]
} }