@pmouli/isy-matter-server
Version:
Service to expose an ISY device as a Matter Border router
11 lines • 606 B
JavaScript
export var AlertGas;
(function (AlertGas) {
AlertGas[AlertGas["Idle"] = 0] = "Idle";
AlertGas[AlertGas["CombustibleGasDetectedLoc"] = 1] = "CombustibleGasDetectedLoc";
AlertGas[AlertGas["CombustibleGasDetected"] = 2] = "CombustibleGasDetected";
AlertGas[AlertGas["ToxicGasDetectedLoc"] = 3] = "ToxicGasDetectedLoc";
AlertGas[AlertGas["ToxicGasDetected"] = 4] = "ToxicGasDetected";
AlertGas[AlertGas["GasAlarmTest"] = 5] = "GasAlarmTest";
AlertGas[AlertGas["ReplacementRequired"] = 6] = "ReplacementRequired";
})(AlertGas || (AlertGas = {}));
//# sourceMappingURL=AlertGas.js.map