Add handling/documentation for the scheduleChanged event
See discussion on #44 for more info
This commit is contained in:
3
index.js
3
index.js
@ -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');
|
||||
|
Reference in New Issue
Block a user