mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 12:12:20 +00:00
fix conflict with develop branch
This commit is contained in:
parent
11cfb8af32
commit
7ef8a5bb11
@ -5,7 +5,6 @@ Module.register("updatenotification", {
|
|||||||
refreshInterval: 24 * 60 * 60 * 1000, // one day
|
refreshInterval: 24 * 60 * 60 * 1000, // one day
|
||||||
},
|
},
|
||||||
|
|
||||||
status: false,
|
|
||||||
suspended: false,
|
suspended: false,
|
||||||
moduleList: {},
|
moduleList: {},
|
||||||
|
|
||||||
@ -25,7 +24,6 @@ Module.register("updatenotification", {
|
|||||||
|
|
||||||
socketNotificationReceived: function (notification, payload) {
|
socketNotificationReceived: function (notification, payload) {
|
||||||
if (notification === "STATUS") {
|
if (notification === "STATUS") {
|
||||||
//this.status = payload;
|
|
||||||
this.updateUI(payload);
|
this.updateUI(payload);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user