UNPKG

cecon-interfaces

Version:
12 lines (11 loc) 422 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EDeviceTefType = void 0; var EDeviceTefType; (function (EDeviceTefType) { EDeviceTefType["sitef"] = "SITEF"; EDeviceTefType["linx"] = "LINX"; EDeviceTefType["paygo"] = "PAYGO"; EDeviceTefType["auttar"] = "AUTTAR"; EDeviceTefType["none"] = "NONE"; })(EDeviceTefType || (exports.EDeviceTefType = EDeviceTefType = {}));