UNPKG

homebridge-homeconnect

Version:

A Homebridge plugin that connects Home Connect appliances to Apple HomeKit

10 lines 398 B
import { SettingKV, StatusKV } from '../api-value.js'; import { MockAppliance } from './mock-appliance.js'; export declare class MockFridgeFreezer extends MockAppliance { readonly type = "FridgeFreezer"; readonly enumber = "HCS05FRF1/03"; readonly brand = "Siemens"; readonly status: StatusKV[]; readonly settings: SettingKV[]; } //# sourceMappingURL=mock-fridgefreezer.d.ts.map