Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/blinker-iot/blinker-js
/ timerLog
Function
timerLog
lib/debug.ts:29–31 ·
view source on GitHub ↗
(msg)
Source
from the content-addressed store, hash-verified
27
28
29
export
function
timerLog(msg) {
30
log(msg, { title:
'timer'
, color:
'blue'
})
31
}
32
33
export
function
mqttLog(msg) {
34
log(msg, { title:
'mqtt'
, color:
'blue'
})
Callers
4
setTimingData
Method · 0.90
addTimingTask
Method · 0.90
loadTimingTask
Method · 0.90
setCountdownData
Method · 0.90
Calls
1
log
Function · 0.85
Tested by
no test coverage detected