class PagerDevice { constructor () { this.name = "_base" } formatTX(msg) { } } module.exports = PagerDevice