homebridge-connect-my-pool-home-automation
Version:
HomeKit integration for Astral Viron Gateway via Home Automation
19 lines • 1.19 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PoolAction = void 0;
var PoolAction;
(function (PoolAction) {
PoolAction[PoolAction["CycleChanelMode"] = 1] = "CycleChanelMode";
PoolAction[PoolAction["SetValveMode"] = 2] = "SetValveMode";
PoolAction[PoolAction["SetPoolSpaSelection"] = 3] = "SetPoolSpaSelection";
PoolAction[PoolAction["SetHeaterMode"] = 4] = "SetHeaterMode";
PoolAction[PoolAction["SetHeaterSetTemperature"] = 5] = "SetHeaterSetTemperature";
PoolAction[PoolAction["SetLightingZoneMode"] = 6] = "SetLightingZoneMode";
PoolAction[PoolAction["SetLightingZoneColor"] = 7] = "SetLightingZoneColor";
PoolAction[PoolAction["SetActiveFavourite"] = 8] = "SetActiveFavourite";
PoolAction[PoolAction["SetSolarMode"] = 9] = "SetSolarMode";
PoolAction[PoolAction["SetSolarSetTemperature"] = 10] = "SetSolarSetTemperature";
PoolAction[PoolAction["SendLightingZoneSync"] = 11] = "SendLightingZoneSync";
PoolAction[PoolAction["SetHeatCoolSelection"] = 12] = "SetHeatCoolSelection";
})(PoolAction = exports.PoolAction || (exports.PoolAction = {}));
//# sourceMappingURL=action.js.map