UNPKG

homebridge-levoit-humidifiers

Version:
13 lines 386 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const characteristic = { get: async function () { await this.device.updateInfo(); if (typeof this.device.humidityLevel !== 'number') { return 0; } return this.device.humidityLevel; }, }; exports.default = characteristic; //# sourceMappingURL=Humidity.js.map