mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Many server fixes and more stable mesh agent.
This commit is contained in:
parent
5474f1d386
commit
bcf641eaac
23 changed files with 551 additions and 314 deletions
7
agents/modules/MyTestModule.js
Normal file
7
agents/modules/MyTestModule.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
function MyTestModule()
|
||||
{
|
||||
this.getValue = function () { return 1245; };
|
||||
}
|
||||
|
||||
module.exports = MyTestModule;
|
Loading…
Add table
Add a link
Reference in a new issue