UNPKG

homebridge-jci-hitachi-platform

Version:

Homebridge platform plugin providing HomeKit support for Jci Hitachi air conditioners.

14 lines 499 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.JciHitachiAccessory = void 0; class JciHitachiAccessory { async updateStatus() { } /** Releases resources held by the handler (e.g. polling timers) when the accessory is unregistered. */ dispose() { } constructor(platform, accessory) { this.platform = platform; this.accessory = accessory; } } exports.JciHitachiAccessory = JciHitachiAccessory; //# sourceMappingURL=types.js.map