import { Buffer } from 'buffer'; import Elgin from './Elgin'; export default class Sweda extends Elgin { async buzzer(): Promise { return this.connection.write(Buffer.from('\x07', 'ascii')); } }