UNPKG

homebridge-rinnai-touch-platform

Version:

Homebridge Plugin to control heating/cooling via a Rinnai Touch WiFi Module

12 lines 349 B
import { Status } from './Status'; export declare class Fault { private readonly _detected; private readonly _applicanceType?; private readonly _unit?; private readonly _severity?; private readonly _code?; constructor(status: Status); get detected(): boolean; toString(): string; } //# sourceMappingURL=Fault.d.ts.map