UNPKG

rainbird

Version:

The Rainbird library allows you to access your RainBird Controller.

11 lines 393 B
import type { Buffer } from 'node:buffer'; import { Response } from './Response.js'; export declare class RainSensorStateResponse extends Response { private readonly response; private readonly _setPointReached; constructor(response: Buffer); get type(): number; get setPointReached(): boolean; toBuffer(): Buffer; } //# sourceMappingURL=RainSensorStateResponse.d.ts.map