UNPKG

node-intellicenter

Version:

NodeJS library for communicating with a Pentair IntelliCenter controller

10 lines (9 loc) 292 B
import { ICRequest } from "./request.js"; /** * Requests the list of schedules set on this controller. * * The response contains an `objectList` populated with schedule information. * * @returns the object used to issue this request */ export declare function GetSchedule(): ICRequest;