UNPKG

homebridge-xfinityhome

Version:

A homebridge plugin to control your Xfinity Home security system.

7 lines 219 B
import type { HAP } from 'homebridge'; export default function CustomCharacteristics(hap: HAP): { EnergyUsage: any; PanelStatus: any; PanelArmType: any; }; //# sourceMappingURL=CustomCharacteristics.d.ts.map