This commit is contained in:
Ylian Saint-Hilaire 2021-06-04 11:17:11 -07:00
parent e39cd672ab
commit e6fbf65815
2 changed files with 1 additions and 5 deletions

View File

@ -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

View File

@ -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