rainbird
Version:
The Rainbird library allows you to access your RainBird Controller.
13 lines • 418 B
TypeScript
import type { Buffer } from 'node:buffer';
import { Response } from './Response.js';
export declare class CurrentZoneResponse extends Response {
private readonly response;
private readonly _page;
private readonly _zoneId;
constructor(response: Buffer);
get type(): number;
get page(): number;
get zoneId(): number;
toBuffer(): Buffer;
}
//# sourceMappingURL=CurrentZoneResponse.d.ts.map