self-diagnostics: add hosts show and dump

This commit is contained in:
Sukru Senli 2023-11-07 11:46:14 +01:00
parent 33cd29a47d
commit 05da8b4210

View file

@ -11,6 +11,14 @@
}
],
"exec" : [
{
"description": "Hosts Show",
"cmd": "ubus call hosts show"
},
{
"description": "Hosts Dump",
"cmd": "ubus call hosts dump"
},
{
"description": "IEEE1905 Info",
"cmd": "ubus call ieee1905 info"