homebridge-hunter-hydrawise
Version:
HomeKit integration for Hunter Hydrawise Irrigation Controllers.
9 lines (8 loc) • 438 B
TypeScript
export declare const HYDRAWISE_API_TIMEOUT = 7;
export declare const HYDRAWISE_API_RETRY_INTERVAL = 60;
export declare const HYDRAWISE_API_JITTER = 0.2;
export declare const HYDRAWISE_ACTIVE_ZONE_INDICATOR = 3600;
export declare const MQTT_RECONNECT_INTERVAL = 60;
export declare const HYDRAWISE_MQTT_TOPIC = "hydrawise";
export declare const PLATFORM_NAME = "Hydrawise";
export declare const PLUGIN_NAME = "homebridge-hunter-hydrawise";