First commit

This commit is contained in:
Christian Weimann
2025-01-10 05:24:41 +01:00
commit 18baf76eec
3 changed files with 342 additions and 0 deletions

7
utils/index.js Normal file
View File

@@ -0,0 +1,7 @@
// Logging
console.loggerName = "org.openhab.js.utils";
console.log("Loading utils");
module.exports = {
get TimerMgr() { return require('./TimerMgr.js').getTimerMgr; }
}