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 IrrigationStateResponse extends Response { private readonly response; private readonly _irrigationState; constructor(response: Buffer); get type(): number; get irrigationState(): boolean; toBuffer(): Buffer; } //# sourceMappingURL=IrrigationStateResponse.d.ts.map