homebridge-connect-my-pool-home-automation
Version:
HomeKit integration for Astral Viron Gateway via Home Automation
15 lines • 420 B
TypeScript
export declare enum PoolAction {
CycleChanelMode = 1,
SetValveMode = 2,
SetPoolSpaSelection = 3,
SetHeaterMode = 4,
SetHeaterSetTemperature = 5,
SetLightingZoneMode = 6,
SetLightingZoneColor = 7,
SetActiveFavourite = 8,
SetSolarMode = 9,
SetSolarSetTemperature = 10,
SendLightingZoneSync = 11,
SetHeatCoolSelection = 12
}
//# sourceMappingURL=action.d.ts.map