File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,18 @@ if (settings.adminAuth && settings.adminAuth.type === 'rega') {
39
39
}
40
40
41
41
// Context Storage
42
+ if ( ! settings . contextStorage ) {
43
+ settings . contextStorage = { } ;
44
+ }
45
+ if ( ! settings . contextStorage . default ) {
46
+ settings . contextStorage . default = { } ;
47
+ }
48
+ if ( ! settings . contextStorage . default . module ) {
49
+ settings . contextStorage . default . module = 'memory' ;
50
+ }
42
51
if ( settings . contextStorage . default . module === 'localfilesystem' ) {
43
52
settings . contextStorage . default . module = 'sd' ;
44
53
}
45
-
46
54
if ( ! settings . contextStorage . memory ) {
47
55
settings . contextStorage . memory = {
48
56
'module' : 'memory'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " redmatic" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " Node-RED packaged as Homematic CCU addon" ,
5
5
"repository" : " github:hobbyquaker/redmatic" ,
6
6
"private" : true ,
You can’t perform that action at this time.
0 commit comments