homebridge-sleeptracker
Version:
Homebridge plugin for SleepTracker smart beds - Control your bed's position and features through HomeKit
18 lines • 622 B
TypeScript
import { PlatformAccessory } from 'homebridge';
import { SleepTrackerPlatform } from './platform';
export declare class SleepTrackerDevice {
private readonly platform;
private readonly accessory;
private service;
private temperatureService?;
private humidityService?;
constructor(platform: SleepTrackerPlatform, accessory: PlatformAccessory);
private setupEnvironmentSensors;
private startUpdateInterval;
private setPosition;
private getPosition;
private updateSensorValues;
private getTemperature;
private getHumidity;
}
//# sourceMappingURL=sleepTrackerDevice.d.ts.map