UNPKG

lifxlan

Version:

TypeScript library for controlling LIFX products over LAN

7 lines 252 B
import * as Encoding from '../encoding.js'; export declare function SensorGetAmbientLightCommand(): { type: 401; decode: typeof Encoding.decodeSensorStateAmbientLight; defaultResponseMode: "response"; }; //# sourceMappingURL=sensor.d.ts.map