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