Clean up
This commit is contained in:
parent
e39cd672ab
commit
e6fbf65815
|
@ -2941,10 +2941,6 @@ function processConsoleCommand(cmd, args, rights, sessionid) {
|
|||
sendPeriodicServerUpdate();
|
||||
break;
|
||||
}
|
||||
case 'agentmsgx': {
|
||||
try { mesh.SendCommand({ action: 'sessions', type: 'msg', value: { 0: { msg: "This is an old agent version, consider updating.", msgid: 117, icon: 3 } } }); } catch (ex) { }
|
||||
break;
|
||||
}
|
||||
case 'agentmsg': {
|
||||
if (args['_'].length == 0) {
|
||||
response = "Proper usage:\r\n agentmsg add \"[message]\" [iconIndex]\r\n agentmsg remove [index]\r\n agentmsg list"; // Display usage
|
||||
|
|
|
@ -12388,7 +12388,7 @@
|
|||
114: "Removed push notification authentication device",
|
||||
115: "Added login token",
|
||||
116: "Removed login token",
|
||||
117: "This is an old agent version, consider updating.xx"
|
||||
117: "This is an old agent version, consider updating."
|
||||
};
|
||||
|
||||
// Highlights the device being hovered
|
||||
|
|
Loading…
Reference in New Issue