UNPKG

homebridge-panda-pwr

Version:

This is a Homebridge plugin for Panda Pwr, it works with the Panda Pwr API to control your Panda Pwr devices.

3 lines (2 loc) 140 B
export declare const normalizePowerData: (power: number) => number; export declare const normalizeVoltageData: (voltage: number) => number;