@pmouli/isy-matter-server
Version:
Service to expose an ISY device as a Matter Border router
17 lines • 884 B
JavaScript
export var AlertHs;
(function (AlertHs) {
AlertHs[AlertHs["Idle"] = 0] = "Idle";
AlertHs[AlertHs["Intrusion"] = 1] = "Intrusion";
AlertHs[AlertHs["IntrusionNoLocation"] = 2] = "IntrusionNoLocation";
AlertHs[AlertHs["TamperCoverRemoved"] = 3] = "TamperCoverRemoved";
AlertHs[AlertHs["InvalidCode"] = 4] = "InvalidCode";
AlertHs[AlertHs["GlassBreak"] = 5] = "GlassBreak";
AlertHs[AlertHs["GlassBreakNoLocation"] = 6] = "GlassBreakNoLocation";
AlertHs[AlertHs["Motion"] = 7] = "Motion";
AlertHs[AlertHs["MotionNoLocation"] = 8] = "MotionNoLocation";
AlertHs[AlertHs["TamperMoved"] = 9] = "TamperMoved";
AlertHs[AlertHs["Impact"] = 10] = "Impact";
AlertHs[AlertHs["MagneticInterference"] = 11] = "MagneticInterference";
AlertHs[AlertHs["RfJamming"] = 12] = "RfJamming";
})(AlertHs || (AlertHs = {}));
//# sourceMappingURL=AlertHs.js.map