@c8y/client
Version:
Client application programming interface to access the Cumulocity IoT-Platform REST services.
17 lines • 618 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SEVERITY_LABELS = exports.Severity = void 0;
const gettext_typed_js_1 = require("../gettext-typed.js");
exports.Severity = {
CRITICAL: 'CRITICAL',
MAJOR: 'MAJOR',
MINOR: 'MINOR',
WARNING: 'WARNING'
};
exports.SEVERITY_LABELS = {
CRITICAL: (0, gettext_typed_js_1.gettext)('Critical`alarm`'),
MAJOR: (0, gettext_typed_js_1.gettext)('Major`alarm`'),
MINOR: (0, gettext_typed_js_1.gettext)('Minor`alarm`'),
WARNING: (0, gettext_typed_js_1.gettext)('Warning`alarm`')
};
//# sourceMappingURL=Severity.js.map