UNPKG

inventoresed

Version:

Z-Wave driver written entirely in JavaScript/TypeScript

7 lines (4 loc) 188 B
import type { LogContext } from "@zwave-js/core/safe"; export const CONFIG_LABEL = "CONFIG"; export const CONFIG_LOGLEVEL = "debug"; export type ConfigLogContext = LogContext<"config">;