UNPKG

homebridge-air-qualityv2

Version:
10 lines (7 loc) 176 B
"use strict"; module.exports = { handler: null, log: function (level, string) { this.handler[level]("[" + new Date().toISOString() + "] " + string); } };