MCPcopy 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
29export function timerLog(msg) {
30 log(msg, { title: 'timer', color: 'blue' })
31}
32
33export function mqttLog(msg) {
34 log(msg, { title: 'mqtt', color: 'blue' })

Callers 4

setTimingDataMethod · 0.90
addTimingTaskMethod · 0.90
loadTimingTaskMethod · 0.90
setCountdownDataMethod · 0.90

Calls 1

logFunction · 0.85

Tested by

no test coverage detected