UNPKG

@mshanemc/homebridge-hydrawise

Version:

A homebridge plugin that creates sprinkler accessories for all your Hydrawise zones

13 lines 533 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PLATFORM_NAME = 'HydrawisePlatform'; exports.PLUGIN_NAME = '@mshanemc/homebridge-hydrawise'; /** * This default polling interval is used for local connections if no override is provided in the config */ exports.DEFAULT_POLLING_INTERVAL_LOCAL = 1000; /** * This default polling interval is used for local connections if no override is provided in the config */ exports.DEFAULT_POLLING_INTERVAL_CLOUD = 12000; //# sourceMappingURL=settings.js.map