import { AccessoryPlugin, CharacteristicValue, Service, Nullable } from 'homebridge'; import { SmartHomeNGPlatform } from '../platform'; export declare class TemperatureSensor implements AccessoryPlugin { private readonly platform; private readonly accessory; private readonly deviceService; private readonly informationService; name: string; private currentTemperature; constructor(platform: SmartHomeNGPlatform, accessory: any); identify(): void; getServices(): Service[]; getCurrentTemperature(): Nullable; shngCallback(value: unknown): void; } //# sourceMappingURL=TemperatureSensor.d.ts.map