@pmouli/isy-matter-server
Version:
Service to expose an ISY device as a Matter Border router
8 lines • 353 B
JavaScript
export var AlertClock;
(function (AlertClock) {
AlertClock[AlertClock["Idle"] = 0] = "Idle";
AlertClock[AlertClock["WakeUp"] = 1] = "WakeUp";
AlertClock[AlertClock["TimerEnded"] = 2] = "TimerEnded";
AlertClock[AlertClock["TimeRemaining"] = 3] = "TimeRemaining";
})(AlertClock || (AlertClock = {}));
//# sourceMappingURL=AlertClock.js.map