1 parent 7625bc6 commit 69f0fbdCopy full SHA for 69f0fbd
1 file changed
iobroker/40_Beleuchtung/Schlafzimmer/automatisches_bettlicht_java.js
@@ -70,6 +70,10 @@
70
// Hilfsfunktionen: Logging & Timer Cleanup
71
// ============================================
72
73
+ /**
74
+ * @param {string} msg
75
+ * @param {'info' | 'warn' | 'error' | 'debug'} [level='info']
76
+ */
77
function scriptLog(msg, level = 'info') {
78
log(CONFIG.logPrefix + msg, level);
79
}
0 commit comments