mirror of
https://github.com/Rushilwiz/MMM-MinimalCOVID19.git
synced 2025-04-09 22:10:19 -04:00
9 lines
204 B
JavaScript
9 lines
204 B
JavaScript
var NodeHelper = require("node_helper")
|
|
|
|
module.exports = NodeHelper.create({
|
|
start: function() {
|
|
this.countDown = 10000000
|
|
},
|
|
socketNotificationReceived: function(notification, payload) {},
|
|
})
|