Skip to content

Commit 69f0fbd

Browse files
committed
Update / Modification from the production live system: 2026-03-20 22:00
1 parent 7625bc6 commit 69f0fbd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

iobroker/40_Beleuchtung/Schlafzimmer/automatisches_bettlicht_java.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@
7070
// Hilfsfunktionen: Logging & Timer Cleanup
7171
// ============================================
7272

73+
/**
74+
* @param {string} msg
75+
* @param {'info' | 'warn' | 'error' | 'debug'} [level='info']
76+
*/
7377
function scriptLog(msg, level = 'info') {
7478
log(CONFIG.logPrefix + msg, level);
7579
}

0 commit comments

Comments
 (0)