UNPKG

homebridge-ikettle

Version:

Simple HomeKit control for your iKettle. Easy access without faffing with Siri Shortcuts/IFTTT.

8 lines (7 loc) 194 B
export interface NetworkModel { access_tokens_fcm: Map<string, string>; associated_devices: Map<string, string>; members: Map<string, string>; name: string; owner: string; }