UNPKG

homebridge-ikettle

Version:

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

5 lines (4 loc) 84 B
export interface CommandModel { user_id: string; value: boolean | number; }