mirror of
https://github.com/Rushilwiz/MMM-MinimalCOVID19.git
synced 2025-04-17 17:50:16 -04:00
7 lines
171 B
JavaScript
7 lines
171 B
JavaScript
var NodeHelper = require("node_helper")
|
|
|
|
module.exports = NodeHelper.create({
|
|
start: function() {},
|
|
socketNotificationReceived: function(notification, payload) {},
|
|
})
|