UNPKG

homebridge-hunter-hydrawise

Version:

HomeKit integration for Hunter Hydrawise Irrigation Controllers.

11 lines 447 B
/* Copyright(C) 2020-2025, HJD (https://github.com/hjdhjd). All rights reserved. * * hydrawise-types.ts: Interface and type definitions for Hydrawise. */ // HBHH reserved names. export var HydrawiseReservedNames; (function (HydrawiseReservedNames) { // Manage our switch types. HydrawiseReservedNames["SWITCH_SUSPEND_ALL"] = "All"; })(HydrawiseReservedNames || (HydrawiseReservedNames = {})); //# sourceMappingURL=hydrawise-types.js.map