File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,13 @@ if (!settings.contextStorage.default.module) {
49
49
settings . contextStorage . default . module = 'memory' ;
50
50
}
51
51
if ( settings . contextStorage . default . module === 'localfilesystem' ) {
52
- settings . contextStorage . default . module = 'sd ' ;
52
+ settings . contextStorage . default . module = 'file ' ;
53
53
}
54
+
55
+ if ( ! [ 'file' , 'memory' ] . includes ( settings . contextStorage . default . module ) ) {
56
+ settings . contextStorage . default . module = 'memory' ;
57
+ }
58
+
54
59
if ( ! settings . contextStorage . memory ) {
55
60
settings . contextStorage . memory = {
56
61
'module' : 'memory'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " redmatic" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.0.2 " ,
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