sendStatus method

void sendStatus()

Implementation

void sendStatus() {
  this.channel.updateStatus(this.currentStatus);
}