Add handling/documentation for the scheduleChanged event

See discussion on #44 for more info
This commit is contained in:
2020-12-12 21:12:15 -06:00
parent 542d2f3e94
commit 1ea8548991
2 changed files with 7 additions and 3 deletions

View File

@ -402,6 +402,9 @@ class UnitConnection extends EventEmitter {
debugUnit(" it's async pool status");
this.emit('poolStatus', new messages.SLPoolStatusMessage(msg));
break;
case 12501:
debugUnit(" it's a schedule changed notification");
this.emit('scheduleChanged');
case 13:
debugUnit(" it's a login failure.");
this.emit('loginFailed');