@pajn/node-tradfri-client
Version:
Library to talk to IKEA Trådfri Gateways without external binaries
13 lines (12 loc) • 346 B
TypeScript
import { IPSODevice } from "./ipsoDevice";
export declare class Sensor extends IPSODevice {
appType: string;
sensorType: string;
minMeasuredValue: number;
maxMeasuredValue: number;
minRangeValue: number;
maxRangeValue: number;
resetMinMaxMeasureValue: boolean;
sensorValue: number;
unit: string;
}