UNPKG

rainbird

Version:

The Rainbird library allows you to access your RainBird Controller.

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