mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-05 06:25:19 +00:00
send a log message to the client when a device fails
This commit is contained in:
parent
46b5e9034f
commit
11cfca5211
2 changed files with 9 additions and 1 deletions
|
|
@ -1142,6 +1142,9 @@ function on_ws_recv(evt) {
|
|||
case 'secondary_demod':
|
||||
secondary_demod_push_data(json['value']);
|
||||
break;
|
||||
case 'log_message':
|
||||
divlog(json['value'], true);
|
||||
break;
|
||||
default:
|
||||
console.warn('received message of unknown type: ' + json['type']);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue