UNPKG

homebridge-tessie

Version:

Connect Homebridge to your Tessie account.

9 lines (8 loc) 307 B
import { VehicleAccessory } from "../vehicle.js"; import { BaseService } from "./base.js"; export declare class BatteryService extends BaseService { constructor(parent: VehicleAccessory); getLevel(data: any): number; getChargingState(data: any): number; getLowBattery(data: any): boolean; }