mirror of
https://github.com/Rushilwiz/MMM-MinimalCOVID19.git
synced 2025-04-21 11:30:18 -04:00
Initial Commit
This commit is contained in:
parent
e96b8cfe92
commit
46fa9725e1
6
node_helper.js
Normal file
6
node_helper.js
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
var NodeHelper = require("node_helper")
|
||||||
|
|
||||||
|
module.exports = NodeHelper.create({
|
||||||
|
start: function() {},
|
||||||
|
socketNotificationReceived: function(notification, payload) {},
|
||||||
|
})
|
Loading…
Reference in New Issue
Block a user