diff --git a/views/default3.handlebars b/views/default3.handlebars index 8bbf7515..8c89d86d 100644 --- a/views/default3.handlebars +++ b/views/default3.handlebars @@ -9517,6 +9517,7 @@ if (op == 100) { // Device wake meshserver.send({ action: 'wakedevices', nodeids: [currentNode._id] }); + return true; } else if (op == 103) { // Send MQTT Message p10showSendMqttMsgDialog([currentNode._id]); @@ -9569,10 +9570,13 @@ } else if ((op == 400) || (op == 401)) { // Flash / vibrate meshserver.send({ action: 'poweraction', nodeids: [currentNode._id], actiontype: parseInt(op), time: parseInt(Q('d2devicetime').value) }); + return true; } else { // Power operation meshserver.send({ action: 'poweraction', nodeids: [currentNode._id], actiontype: parseInt(op) }); + return true; } + return false; } function deviceActionOneClickRecovery() { @@ -18664,9 +18668,9 @@ dateHeader = printDate(time); x += '
' + dateHeader + ' | |||
' + printTime(time) + ' - ' + msg + ' | |||
' + printTime(time) + ' - ' + msg + ' | |||